Html Css Color HEX #DE04B2 Hollywood Cerise

📋 copy color: '#DE04B2'

red 222 ◦ green 4 ◦ blue 178

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

Shades of Hollywood Cerise #DE04B2

Tints of Hollywood Cerise #DE04B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.06%

R = 54.95%
G = 0.99%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE04B2 (or 0xDE04B2) is known color: Hollywood Cerise. HEX triplet: DE, 04 and B2. RGB value is (222,4,178). Sum of RGB (Red+Green+Blue) = 222+4+178=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE04B2 is #21FB4D. Grayscale: #585858. Windows color (decimal): -2227022 or 11666654. OLE color: 11666654.

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

Color convert

RGB 222 4 178 -
CMYK 0 0.98 0.20 0.13
HSL 312.11º 0.96% 0.44% -
HSV(B) 312.11º 0.98% 0.87% -
XYZ 38.2 18.83 43.74 -
YUV 89.02 178.22 222.85 -
System Red Green Blue C M Y K H S L
Decimal 222 4 178 0 0.98 0.20 0.13 312.11 0.96 0.44
Hex DE 4 B2 0 62 14 D 138 60 2C
Octal 336 4 262 0 142 24 15 470 140 54
Binary 11011110 100 10110010 0 1100010 10100 1101 100111000 1100000 101100

Color Harmonies of #DE04B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04B2

Black with #DE04B2

Text Example


Text Example

White with #DE04B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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