Html Css Color HEX #D9049A Hollywood Cerise

📋 copy color: '#D9049A'

red 217 ◦ green 4 ◦ blue 154

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

Shades of Hollywood Cerise #D9049A

Tints of Hollywood Cerise #D9049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 57.87%
G = 1.07%
B = 41.07%

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

#D9049A (or 0xD9049A) is known color: Hollywood Cerise. HEX triplet: D9, 04 and 9A. RGB value is (217,4,154). Sum of RGB (Red+Green+Blue) = 217+4+154=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9049A is #26FB65. Grayscale: #545454. Windows color (decimal): -2554726 or 10093785. OLE color: 10093785.

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

Color convert

RGB 217 4 154 -
CMYK 0 0.98 0.29 0.15
HSL 317.75º 0.96% 0.43% -
HSV(B) 317.75º 0.98% 0.85% -
XYZ 34.49 17.17 32.07 -
YUV 84.79 167.07 222.3 -
System Red Green Blue C M Y K H S L
Decimal 217 4 154 0 0.98 0.29 0.15 317.75 0.96 0.43
Hex D9 4 9A 0 62 1D F 13E 60 2B
Octal 331 4 232 0 142 35 17 476 140 53
Binary 11011001 100 10011010 0 1100010 11101 1111 100111110 1100000 101011

Color Harmonies of #D9049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9049A

Black with #D9049A

Text Example


Text Example

White with #D9049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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