Html Css Color HEX #D55E9C Hopbush

📋 copy color: '#D55E9C'

red 213 ◦ green 94 ◦ blue 156

#D55E9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #D55E9C

Tints of Hopbush #D55E9C

RGB

 RED value IS 213 (83.59% from 255) = 46%

 GREEN value IS 94 (37.11% from 255) = 20.3%

 BLUE value IS 156 (61.33% from 255) = 33.69%

R = 46%
G = 20.3%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D55E9C (or 0xD55E9C) is known color: Hopbush. HEX triplet: D5, 5E and 9C. RGB value is (213,94,156). Sum of RGB (Red+Green+Blue) = 213+94+156=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55E9C is #2AA163. Grayscale: #888888. Windows color (decimal): -2793828 or 10247893. OLE color: 10247893.

HSL color Cylindrical-coordinate representation of color #D55E9C: hue angle of 328.74º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55E9C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 156 -
CMYK 0 0.56 0.27 0.16
HSL 328.74º 0.59% 0.6% -
HSV(B) 328.74º 0.56% 0.84% -
XYZ 37.44 24.55 34.22 -
YUV 136.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 213 94 156 0 0.56 0.27 0.16 328.74 0.59 0.6
Hex D5 5E 9C 0 38 1B 10 149 3B 3C
Octal 325 136 234 0 70 33 20 511 73 74
Binary 11010101 1011110 10011100 0 111000 11011 10000 101001001 111011 111100

Color Harmonies of #D55E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E9C

Black with #D55E9C

Text Example


Text Example

White with #D55E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E9C; }

 p { color: rgb(213,94,156); }

 H1.HeaderClassName
 {
   color: #D55E9C;
 }
 .AnyTagClassName
 {
   color: #D55E9C;
 }
</style>

background-color css

<style>
 a { background-color: #D55E9C; }

 a { background-color: rgb(213,94,156); }

 div.DivClassName
 {
   background-color: #D55E9C;
 }
 .BgClassName
 {
   background-color: #D55E9C;
 }
</style>

border-color css

<style>
 span { border-color: #D55E9C; }

 span { border-color: rgb(213,94,156); }

 td.TdClassName
 {
   border-color: #D55E9C;
 }
 .TagClassName
 {
   border-color: #D55E9C;
 }
</style>