Html Css Color HEX #D9049D Hollywood Cerise

📋 copy color: '#D9049D'

red 217 ◦ green 4 ◦ blue 157

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

Shades of Hollywood Cerise #D9049D

Tints of Hollywood Cerise #D9049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 57.41%
G = 1.06%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9049D (or 0xD9049D) is known color: Hollywood Cerise. HEX triplet: D9, 04 and 9D. RGB value is (217,4,157). Sum of RGB (Red+Green+Blue) = 217+4+157=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9049D is #26FB62. Grayscale: #545454. Windows color (decimal): -2554723 or 10290393. OLE color: 10290393.

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

Color convert

RGB 217 4 157 -
CMYK 0 0.98 0.28 0.15
HSL 316.9º 0.96% 0.43% -
HSV(B) 316.9º 0.98% 0.85% -
XYZ 34.74 17.27 33.4 -
YUV 85.13 168.57 222.06 -
System Red Green Blue C M Y K H S L
Decimal 217 4 157 0 0.98 0.28 0.15 316.9 0.96 0.43
Hex D9 4 9D 0 62 1C F 13D 60 2B
Octal 331 4 235 0 142 34 17 475 140 53
Binary 11011001 100 10011101 0 1100010 11100 1111 100111101 1100000 101011

Color Harmonies of #D9049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9049D

Black with #D9049D

Text Example


Text Example

White with #D9049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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