Html Css Color HEX #D9019F Hollywood Cerise

📋 copy color: '#D9019F'

red 217 ◦ green 1 ◦ blue 159

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

Shades of Hollywood Cerise #D9019F

Tints of Hollywood Cerise #D9019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 57.56%
G = 0.27%
B = 42.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9019F (or 0xD9019F) is known color: Hollywood Cerise. HEX triplet: D9, 01 and 9F. RGB value is (217,1,159). Sum of RGB (Red+Green+Blue) = 217+1+159=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9019F is #26FE60. Grayscale: #535353. Windows color (decimal): -2555489 or 10420697. OLE color: 10420697.

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

Color convert

RGB 217 1 159 -
CMYK 0 1.00 0.27 0.15
HSL 316.11º 0.99% 0.43% -
HSV(B) 316.11º 1% 0.85% -
XYZ 34.88 17.28 34.3 -
YUV 83.6 170.56 223.15 -
System Red Green Blue C M Y K H S L
Decimal 217 1 159 0 1.00 0.27 0.15 316.11 0.99 0.43
Hex D9 1 9F 0 64 1B F 13C 63 2B
Octal 331 1 237 0 144 33 17 474 143 53
Binary 11011001 1 10011111 0 1100100 11011 1111 100111100 1100011 101011

Color Harmonies of #D9019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9019F

Black with #D9019F

Text Example


Text Example

White with #D9019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9019F; }

 p { color: rgb(217,1,159); }

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

background-color css

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

 a { background-color: rgb(217,1,159); }

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

border-color css

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

 span { border-color: rgb(217,1,159); }

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