Html Css Color HEX #D902AB Hollywood Cerise

📋 copy color: '#D902AB'

red 217 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #D902AB

Tints of Hollywood Cerise #D902AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 55.64%
G = 0.51%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D902AB (or 0xD902AB) is known color: Hollywood Cerise. HEX triplet: D9, 02 and AB. RGB value is (217,2,171). Sum of RGB (Red+Green+Blue) = 217+2+171=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D902AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D902AB is #26FD54. Grayscale: #555555. Windows color (decimal): -2555221 or 11207385. OLE color: 11207385.

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

Color convert

RGB 217 2 171 -
CMYK 0 0.99 0.21 0.15
HSL 312.84º 0.98% 0.43% -
HSV(B) 312.84º 0.99% 0.85% -
XYZ 35.99 17.74 40.05 -
YUV 85.55 176.23 221.76 -
System Red Green Blue C M Y K H S L
Decimal 217 2 171 0 0.99 0.21 0.15 312.84 0.98 0.43
Hex D9 2 AB 0 63 15 F 139 62 2B
Octal 331 2 253 0 143 25 17 471 142 53
Binary 11011001 10 10101011 0 1100011 10101 1111 100111001 1100010 101011

Color Harmonies of #D902AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D902AB

Black with #D902AB

Text Example


Text Example

White with #D902AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D902AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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