Html Css Color HEX #D605A2 Hollywood Cerise

📋 copy color: '#D605A2'

red 214 ◦ green 5 ◦ blue 162

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

Shades of Hollywood Cerise #D605A2

Tints of Hollywood Cerise #D605A2

RGB

 RED value IS 214 (83.98% from 255) = 56.17%

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 162 (63.67% from 255) = 42.52%

R = 56.17%
G = 1.31%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D605A2 (or 0xD605A2) is known color: Hollywood Cerise. HEX triplet: D6, 05 and A2. RGB value is (214,5,162). Sum of RGB (Red+Green+Blue) = 214+5+162=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D605A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D605A2 is #29FA5D. Grayscale: #545454. Windows color (decimal): -2751070 or 10618326. OLE color: 10618326.

HSL color Cylindrical-coordinate representation of color #D605A2: hue angle of 314.93º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D605A2 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 5 162 -
CMYK 0 0.98 0.24 0.16
HSL 314.93º 0.95% 0.43% -
HSV(B) 314.93º 0.98% 0.84% -
XYZ 34.31 17.01 35.66 -
YUV 85.39 171.24 219.73 -
System Red Green Blue C M Y K H S L
Decimal 214 5 162 0 0.98 0.24 0.16 314.93 0.95 0.43
Hex D6 5 A2 0 62 18 10 13B 5F 2B
Octal 326 5 242 0 142 30 20 473 137 53
Binary 11010110 101 10100010 0 1100010 11000 10000 100111011 1011111 101011

Color Harmonies of #D605A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605A2

Black with #D605A2

Text Example


Text Example

White with #D605A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605A2; }

 p { color: rgb(214,5,162); }

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

background-color css

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

 a { background-color: rgb(214,5,162); }

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

border-color css

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

 span { border-color: rgb(214,5,162); }

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