Html Css Color HEX #D8049E Hollywood Cerise

📋 copy color: '#D8049E'

red 216 ◦ green 4 ◦ blue 158

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

Shades of Hollywood Cerise #D8049E

Tints of Hollywood Cerise #D8049E

RGB

 RED value IS 216 (84.77% from 255) = 57.14%

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

 BLUE value IS 158 (62.11% from 255) = 41.8%

R = 57.14%
G = 1.06%
B = 41.8%

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

#D8049E (or 0xD8049E) is known color: Hollywood Cerise. HEX triplet: D8, 04 and 9E. RGB value is (216,4,158). Sum of RGB (Red+Green+Blue) = 216+4+158=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8049E is #27FB61. Grayscale: #545454. Windows color (decimal): -2620258 or 10355928. OLE color: 10355928.

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

Color convert

RGB 216 4 158 -
CMYK 0 0.98 0.27 0.15
HSL 316.42º 0.96% 0.43% -
HSV(B) 316.42º 0.98% 0.85% -
XYZ 34.53 17.15 33.84 -
YUV 84.94 169.24 221.48 -
System Red Green Blue C M Y K H S L
Decimal 216 4 158 0 0.98 0.27 0.15 316.42 0.96 0.43
Hex D8 4 9E 0 62 1B F 13C 60 2B
Octal 330 4 236 0 142 33 17 474 140 53
Binary 11011000 100 10011110 0 1100010 11011 1111 100111100 1100000 101011

Color Harmonies of #D8049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8049E

Black with #D8049E

Text Example


Text Example

White with #D8049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8049E; }

 p { color: rgb(216,4,158); }

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

background-color css

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

 a { background-color: rgb(216,4,158); }

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

border-color css

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

 span { border-color: rgb(216,4,158); }

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