Html Css Color HEX #D002A2 Hollywood Cerise

📋 copy color: '#D002A2'

red 208 ◦ green 2 ◦ blue 162

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

Shades of Hollywood Cerise #D002A2

Tints of Hollywood Cerise #D002A2

RGB

 RED value IS 208 (81.64% from 255) = 55.91%

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

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

R = 55.91%
G = 0.54%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D002A2 (or 0xD002A2) is known color: Hollywood Cerise. HEX triplet: D0, 02 and A2. RGB value is (208,2,162). Sum of RGB (Red+Green+Blue) = 208+2+162=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D002A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D002A2 is #2FFD5D. Grayscale: #515151. Windows color (decimal): -3145054 or 10617552. OLE color: 10617552.

HSL color Cylindrical-coordinate representation of color #D002A2: hue angle of 313.4º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D002A2 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 162 -
CMYK 0 0.99 0.22 0.18
HSL 313.4º 0.98% 0.41% -
HSV(B) 313.4º 0.99% 0.82% -
XYZ 32.56 16.06 35.57 -
YUV 81.83 173.25 217.99 -
System Red Green Blue C M Y K H S L
Decimal 208 2 162 0 0.99 0.22 0.18 313.4 0.98 0.41
Hex D0 2 A2 0 63 16 12 139 62 29
Octal 320 2 242 0 143 26 22 471 142 51
Binary 11010000 10 10100010 0 1100011 10110 10010 100111001 1100010 101001

Color Harmonies of #D002A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002A2

Black with #D002A2

Text Example


Text Example

White with #D002A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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