Html Css Color HEX #D902AF Hollywood Cerise

📋 copy color: '#D902AF'

red 217 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #D902AF

Tints of Hollywood Cerise #D902AF

RGB

 RED value IS 217 (85.16% from 255) = 55.08%

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

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 55.08%
G = 0.51%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D902AF (or 0xD902AF) is known color: Hollywood Cerise. HEX triplet: D9, 02 and AF. RGB value is (217,2,175). Sum of RGB (Red+Green+Blue) = 217+2+175=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D902AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D902AF is #26FD50. Grayscale: #555555. Windows color (decimal): -2555217 or 11469529. OLE color: 11469529.

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

Color convert

RGB 217 2 175 -
CMYK 0 0.99 0.19 0.15
HSL 311.72º 0.98% 0.43% -
HSV(B) 311.72º 0.99% 0.85% -
XYZ 36.37 17.89 42.09 -
YUV 86.01 178.23 221.43 -
System Red Green Blue C M Y K H S L
Decimal 217 2 175 0 0.99 0.19 0.15 311.72 0.98 0.43
Hex D9 2 AF 0 63 13 F 138 62 2B
Octal 331 2 257 0 143 23 17 470 142 53
Binary 11011001 10 10101111 0 1100011 10011 1111 100111000 1100010 101011

Color Harmonies of #D902AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D902AF

Black with #D902AF

Text Example


Text Example

White with #D902AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D902AF; }

 p { color: rgb(217,2,175); }

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

background-color css

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

 a { background-color: rgb(217,2,175); }

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

border-color css

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

 span { border-color: rgb(217,2,175); }

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