Html Css Color HEX #DE0AB2 Hollywood Cerise

📋 copy color: '#DE0AB2'

red 222 ◦ green 10 ◦ blue 178

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

Shades of Hollywood Cerise #DE0AB2

Tints of Hollywood Cerise #DE0AB2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.44%

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

R = 54.15%
G = 2.44%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE0AB2 (or 0xDE0AB2) is known color: Hollywood Cerise. HEX triplet: DE, 0A and B2. RGB value is (222,10,178). Sum of RGB (Red+Green+Blue) = 222+10+178=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0AB2 is #21F54D. Grayscale: #5C5C5C. Windows color (decimal): -2225486 or 11668190. OLE color: 11668190.

HSL color Cylindrical-coordinate representation of color #DE0AB2: hue angle of 312.45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0AB2 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 10 178 -
CMYK 0 0.95 0.20 0.13
HSL 312.45º 0.91% 0.45% -
HSV(B) 312.45º 0.95% 0.87% -
XYZ 38.27 18.96 43.76 -
YUV 92.54 176.24 220.34 -
System Red Green Blue C M Y K H S L
Decimal 222 10 178 0 0.95 0.20 0.13 312.45 0.91 0.45
Hex DE A B2 0 5F 14 D 138 5B 2D
Octal 336 12 262 0 137 24 15 470 133 55
Binary 11011110 1010 10110010 0 1011111 10100 1101 100111000 1011011 101101

Color Harmonies of #DE0AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0AB2

Black with #DE0AB2

Text Example


Text Example

White with #DE0AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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