Html Css Color HEX #D2009E Hollywood Cerise

📋 copy color: '#D2009E'

red 210 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #D2009E

Tints of Hollywood Cerise #D2009E

RGB

 RED value IS 210 (82.42% from 255) = 57.07%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 42.93%

R = 57.07%
G = 0%
B = 42.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2009E (or 0xD2009E) is known color: Hollywood Cerise. HEX triplet: D2, 00 and 9E. RGB value is (210,0,158). Sum of RGB (Red+Green+Blue) = 210+0+158=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2009E is #2DFF61. Grayscale: #505050. Windows color (decimal): -3014498 or 10354898. OLE color: 10354898.

HSL color Cylindrical-coordinate representation of color #D2009E: hue angle of 314.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2009E is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 158 -
CMYK 0 1 0.25 0.18
HSL 314.86º 1% 0.41% -
HSV(B) 314.86º 1% 0.82% -
XYZ 32.75 16.17 33.74 -
YUV 80.8 171.57 220.15 -
System Red Green Blue C M Y K H S L
Decimal 210 0 158 0 1 0.25 0.18 314.86 1 0.41
Hex D2 0 9E 0 64 19 12 13B 64 29
Octal 322 0 236 0 144 31 22 473 144 51
Binary 11010010 0 10011110 0 1100100 11001 10010 100111011 1100100 101001

Color Harmonies of #D2009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2009E

Black with #D2009E

Text Example


Text Example

White with #D2009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2009E; }

 p { color: rgb(210,0,158); }

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

background-color css

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

 a { background-color: rgb(210,0,158); }

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

border-color css

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

 span { border-color: rgb(210,0,158); }

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