Html Css Color HEX #D9049B Hollywood Cerise

📋 copy color: '#D9049B'

red 217 ◦ green 4 ◦ blue 155

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

Shades of Hollywood Cerise #D9049B

Tints of Hollywood Cerise #D9049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 57.71%
G = 1.06%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9049B (or 0xD9049B) is known color: Hollywood Cerise. HEX triplet: D9, 04 and 9B. RGB value is (217,4,155). Sum of RGB (Red+Green+Blue) = 217+4+155=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9049B is #26FB64. Grayscale: #545454. Windows color (decimal): -2554725 or 10159321. OLE color: 10159321.

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

Color convert

RGB 217 4 155 -
CMYK 0 0.98 0.29 0.15
HSL 317.46º 0.96% 0.43% -
HSV(B) 317.46º 0.98% 0.85% -
XYZ 34.58 17.21 32.51 -
YUV 84.9 167.57 222.22 -
System Red Green Blue C M Y K H S L
Decimal 217 4 155 0 0.98 0.29 0.15 317.46 0.96 0.43
Hex D9 4 9B 0 62 1D F 13D 60 2B
Octal 331 4 233 0 142 35 17 475 140 53
Binary 11011001 100 10011011 0 1100010 11101 1111 100111101 1100000 101011

Color Harmonies of #D9049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9049B

Black with #D9049B

Text Example


Text Example

White with #D9049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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