Html Css Color HEX #D1009F Hollywood Cerise

📋 copy color: '#D1009F'

red 209 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #D1009F

Tints of Hollywood Cerise #D1009F

RGB

 RED value IS 209 (82.03% from 255) = 56.79%

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

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 56.79%
G = 0%
B = 43.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1009F (or 0xD1009F) is known color: Hollywood Cerise. HEX triplet: D1, 00 and 9F. RGB value is (209,0,159). Sum of RGB (Red+Green+Blue) = 209+0+159=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1009F is #2EFF60. Grayscale: #505050. Windows color (decimal): -3080033 or 10420433. OLE color: 10420433.

HSL color Cylindrical-coordinate representation of color #D1009F: hue angle of 314.35º 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 #D1009F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 159 -
CMYK 0 1 0.24 0.18
HSL 314.35º 1% 0.41% -
HSV(B) 314.35º 1% 0.82% -
XYZ 32.55 16.06 34.18 -
YUV 80.62 172.24 219.57 -
System Red Green Blue C M Y K H S L
Decimal 209 0 159 0 1 0.24 0.18 314.35 1 0.41
Hex D1 0 9F 0 64 18 12 13A 64 29
Octal 321 0 237 0 144 30 22 472 144 51
Binary 11010001 0 10011111 0 1100100 11000 10010 100111010 1100100 101001

Color Harmonies of #D1009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1009F

Black with #D1009F

Text Example


Text Example

White with #D1009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1009F; }

 p { color: rgb(209,0,159); }

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

background-color css

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

 a { background-color: rgb(209,0,159); }

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

border-color css

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

 span { border-color: rgb(209,0,159); }

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