Html Css Color HEX #D702A9 Hollywood Cerise

📋 copy color: '#D702A9'

red 215 ◦ green 2 ◦ blue 169

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

Shades of Hollywood Cerise #D702A9

Tints of Hollywood Cerise #D702A9

RGB

 RED value IS 215 (84.38% from 255) = 55.7%

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

 BLUE value IS 169 (66.41% from 255) = 43.78%

R = 55.7%
G = 0.52%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D702A9 (or 0xD702A9) is known color: Hollywood Cerise. HEX triplet: D7, 02 and A9. RGB value is (215,2,169). Sum of RGB (Red+Green+Blue) = 215+2+169=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D702A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D702A9 is #28FD56. Grayscale: #545454. Windows color (decimal): -2686295 or 11076311. OLE color: 11076311.

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

Color convert

RGB 215 2 169 -
CMYK 0 0.99 0.21 0.16
HSL 312.96º 0.98% 0.43% -
HSV(B) 312.96º 0.99% 0.84% -
XYZ 35.21 17.36 39.03 -
YUV 84.73 175.57 220.92 -
System Red Green Blue C M Y K H S L
Decimal 215 2 169 0 0.99 0.21 0.16 312.96 0.98 0.43
Hex D7 2 A9 0 63 15 10 139 62 2B
Octal 327 2 251 0 143 25 20 471 142 53
Binary 11010111 10 10101001 0 1100011 10101 10000 100111001 1100010 101011

Color Harmonies of #D702A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702A9

Black with #D702A9

Text Example


Text Example

White with #D702A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702A9; }

 p { color: rgb(215,2,169); }

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

background-color css

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

 a { background-color: rgb(215,2,169); }

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

border-color css

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

 span { border-color: rgb(215,2,169); }

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