Html Css Color HEX #D9049F Hollywood Cerise

📋 copy color: '#D9049F'

red 217 ◦ green 4 ◦ blue 159

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

Shades of Hollywood Cerise #D9049F

Tints of Hollywood Cerise #D9049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 57.11%
G = 1.05%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9049F (or 0xD9049F) is known color: Hollywood Cerise. HEX triplet: D9, 04 and 9F. RGB value is (217,4,159). Sum of RGB (Red+Green+Blue) = 217+4+159=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9049F is #26FB60. Grayscale: #545454. Windows color (decimal): -2554721 or 10421465. OLE color: 10421465.

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

Color convert

RGB 217 4 159 -
CMYK 0 0.98 0.27 0.15
HSL 316.34º 0.96% 0.43% -
HSV(B) 316.34º 0.98% 0.85% -
XYZ 34.92 17.34 34.31 -
YUV 85.36 169.57 221.9 -
System Red Green Blue C M Y K H S L
Decimal 217 4 159 0 0.98 0.27 0.15 316.34 0.96 0.43
Hex D9 4 9F 0 62 1B F 13C 60 2B
Octal 331 4 237 0 142 33 17 474 140 53
Binary 11011001 100 10011111 0 1100010 11011 1111 100111100 1100000 101011

Color Harmonies of #D9049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9049F

Black with #D9049F

Text Example


Text Example

White with #D9049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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