Html Css Color HEX #D002A4 Hollywood Cerise

📋 copy color: '#D002A4'

red 208 ◦ green 2 ◦ blue 164

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

Shades of Hollywood Cerise #D002A4

Tints of Hollywood Cerise #D002A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.85%

R = 55.61%
G = 0.53%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D002A4 (or 0xD002A4) is known color: Hollywood Cerise. HEX triplet: D0, 02 and A4. RGB value is (208,2,164). Sum of RGB (Red+Green+Blue) = 208+2+164=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D002A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D002A4 is #2FFD5B. Grayscale: #515151. Windows color (decimal): -3145052 or 10748624. OLE color: 10748624.

HSL color Cylindrical-coordinate representation of color #D002A4: hue angle of 312.82º 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 #D002A4 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 164 -
CMYK 0 0.99 0.21 0.18
HSL 312.82º 0.98% 0.41% -
HSV(B) 312.82º 0.99% 0.82% -
XYZ 32.73 16.13 36.51 -
YUV 82.06 174.25 217.83 -
System Red Green Blue C M Y K H S L
Decimal 208 2 164 0 0.99 0.21 0.18 312.82 0.98 0.41
Hex D0 2 A4 0 63 15 12 139 62 29
Octal 320 2 244 0 143 25 22 471 142 51
Binary 11010000 10 10100100 0 1100011 10101 10010 100111001 1100010 101001

Color Harmonies of #D002A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002A4

Black with #D002A4

Text Example


Text Example

White with #D002A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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