Html Css Color HEX #D602A2 Hollywood Cerise

📋 copy color: '#D602A2'

red 214 ◦ green 2 ◦ blue 162

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

Shades of Hollywood Cerise #D602A2

Tints of Hollywood Cerise #D602A2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 56.61%
G = 0.53%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D602A2 (or 0xD602A2) is known color: Hollywood Cerise. HEX triplet: D6, 02 and A2. RGB value is (214,2,162). Sum of RGB (Red+Green+Blue) = 214+2+162=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D602A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D602A2 is #29FD5D. Grayscale: #535353. Windows color (decimal): -2751838 or 10617558. OLE color: 10617558.

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

Color convert

RGB 214 2 162 -
CMYK 0 0.99 0.24 0.16
HSL 314.72º 0.98% 0.42% -
HSV(B) 314.72º 0.99% 0.84% -
XYZ 34.27 16.95 35.65 -
YUV 83.63 172.24 220.99 -
System Red Green Blue C M Y K H S L
Decimal 214 2 162 0 0.99 0.24 0.16 314.72 0.98 0.42
Hex D6 2 A2 0 63 18 10 13B 62 2A
Octal 326 2 242 0 143 30 20 473 142 52
Binary 11010110 10 10100010 0 1100011 11000 10000 100111011 1100010 101010

Color Harmonies of #D602A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602A2

Black with #D602A2

Text Example


Text Example

White with #D602A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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