Html Css Color HEX #DE049E Hollywood Cerise

📋 copy color: '#DE049E'

red 222 ◦ green 4 ◦ blue 158

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

Shades of Hollywood Cerise #DE049E

Tints of Hollywood Cerise #DE049E

RGB

 RED value IS 222 (87.11% from 255) = 57.81%

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

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

R = 57.81%
G = 1.04%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE049E (or 0xDE049E) is known color: Hollywood Cerise. HEX triplet: DE, 04 and 9E. RGB value is (222,4,158). Sum of RGB (Red+Green+Blue) = 222+4+158=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE049E is #21FB61. Grayscale: #565656. Windows color (decimal): -2227042 or 10355934. OLE color: 10355934.

HSL color Cylindrical-coordinate representation of color #DE049E: hue angle of 317.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE049E is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 4 158 -
CMYK 0 0.98 0.29 0.13
HSL 317.61º 0.96% 0.44% -
HSV(B) 317.61º 0.98% 0.87% -
XYZ 36.34 18.09 33.92 -
YUV 86.74 168.22 224.48 -
System Red Green Blue C M Y K H S L
Decimal 222 4 158 0 0.98 0.29 0.13 317.61 0.96 0.44
Hex DE 4 9E 0 62 1D D 13E 60 2C
Octal 336 4 236 0 142 35 15 476 140 54
Binary 11011110 100 10011110 0 1100010 11101 1101 100111110 1100000 101100

Color Harmonies of #DE049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE049E

Black with #DE049E

Text Example


Text Example

White with #DE049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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