Html Css Color HEX #D902B0 Hollywood Cerise

📋 copy color: '#D902B0'

red 217 ◦ green 2 ◦ blue 176

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

Shades of Hollywood Cerise #D902B0

Tints of Hollywood Cerise #D902B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.56%

R = 54.94%
G = 0.51%
B = 44.56%

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

#D902B0 (or 0xD902B0) is known color: Hollywood Cerise. HEX triplet: D9, 02 and B0. RGB value is (217,2,176). Sum of RGB (Red+Green+Blue) = 217+2+176=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D902B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D902B0 is #26FD4F. Grayscale: #555555. Windows color (decimal): -2555216 or 11535065. OLE color: 11535065.

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

Color convert

RGB 217 2 176 -
CMYK 0 0.99 0.19 0.15
HSL 311.44º 0.98% 0.43% -
HSV(B) 311.44º 0.99% 0.85% -
XYZ 36.47 17.93 42.61 -
YUV 86.12 178.73 221.35 -
System Red Green Blue C M Y K H S L
Decimal 217 2 176 0 0.99 0.19 0.15 311.44 0.98 0.43
Hex D9 2 B0 0 63 13 F 137 62 2B
Octal 331 2 260 0 143 23 17 467 142 53
Binary 11011001 10 10110000 0 1100011 10011 1111 100110111 1100010 101011

Color Harmonies of #D902B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D902B0

Black with #D902B0

Text Example


Text Example

White with #D902B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D902B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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