Html Css Color HEX #DE04B5 Hollywood Cerise

📋 copy color: '#DE04B5'

red 222 ◦ green 4 ◦ blue 181

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

Shades of Hollywood Cerise #DE04B5

Tints of Hollywood Cerise #DE04B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 54.55%
G = 0.98%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE04B5 (or 0xDE04B5) is known color: Hollywood Cerise. HEX triplet: DE, 04 and B5. RGB value is (222,4,181). Sum of RGB (Red+Green+Blue) = 222+4+181=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04B5 is #21FB4A. Grayscale: #585858. Windows color (decimal): -2227019 or 11863262. OLE color: 11863262.

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

Color convert

RGB 222 4 181 -
CMYK 0 0.98 0.18 0.13
HSL 311.28º 0.96% 0.44% -
HSV(B) 311.28º 0.98% 0.87% -
XYZ 38.51 18.95 45.34 -
YUV 89.36 179.72 222.61 -
System Red Green Blue C M Y K H S L
Decimal 222 4 181 0 0.98 0.18 0.13 311.28 0.96 0.44
Hex DE 4 B5 0 62 12 D 137 60 2C
Octal 336 4 265 0 142 22 15 467 140 54
Binary 11011110 100 10110101 0 1100010 10010 1101 100110111 1100000 101100

Color Harmonies of #DE04B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04B5

Black with #DE04B5

Text Example


Text Example

White with #DE04B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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