Html Css Color HEX #DE01AE Hollywood Cerise

📋 copy color: '#DE01AE'

red 222 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #DE01AE

Tints of Hollywood Cerise #DE01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 55.92%
G = 0.25%
B = 43.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE01AE (or 0xDE01AE) is known color: Hollywood Cerise. HEX triplet: DE, 01 and AE. RGB value is (222,1,174). Sum of RGB (Red+Green+Blue) = 222+1+174=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE01AE is #21FE51. Grayscale: #565656. Windows color (decimal): -2227794 or 11403742. OLE color: 11403742.

HSL color Cylindrical-coordinate representation of color #DE01AE: hue angle of 313.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE01AE is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 174 -
CMYK 0 1.00 0.22 0.13
HSL 313.03º 0.99% 0.44% -
HSV(B) 313.03º 1% 0.87% -
XYZ 37.78 18.61 41.65 -
YUV 86.8 177.22 224.43 -
System Red Green Blue C M Y K H S L
Decimal 222 1 174 0 1.00 0.22 0.13 313.03 0.99 0.44
Hex DE 1 AE 0 64 16 D 139 63 2C
Octal 336 1 256 0 144 26 15 471 143 54
Binary 11011110 1 10101110 0 1100100 10110 1101 100111001 1100011 101100

Color Harmonies of #DE01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE01AE

Black with #DE01AE

Text Example


Text Example

White with #DE01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE01AE; }

 p { color: rgb(222,1,174); }

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

background-color css

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

 a { background-color: rgb(222,1,174); }

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

border-color css

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

 span { border-color: rgb(222,1,174); }

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