Html Css Color HEX #DE01A1 Hollywood Cerise

📋 copy color: '#DE01A1'

red 222 ◦ green 1 ◦ blue 161

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

Shades of Hollywood Cerise #DE01A1

Tints of Hollywood Cerise #DE01A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.93%

R = 57.81%
G = 0.26%
B = 41.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE01A1 (or 0xDE01A1) is known color: Hollywood Cerise. HEX triplet: DE, 01 and A1. RGB value is (222,1,161). Sum of RGB (Red+Green+Blue) = 222+1+161=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE01A1 is #21FE5E. Grayscale: #545454. Windows color (decimal): -2227807 or 10551774. OLE color: 10551774.

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

Color convert

RGB 222 1 161 -
CMYK 0 1.00 0.27 0.13
HSL 316.56º 0.99% 0.44% -
HSV(B) 316.56º 1% 0.87% -
XYZ 36.57 18.12 35.29 -
YUV 85.32 170.72 225.49 -
System Red Green Blue C M Y K H S L
Decimal 222 1 161 0 1.00 0.27 0.13 316.56 0.99 0.44
Hex DE 1 A1 0 64 1B D 13D 63 2C
Octal 336 1 241 0 144 33 15 475 143 54
Binary 11011110 1 10100001 0 1100100 11011 1101 100111101 1100011 101100

Color Harmonies of #DE01A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE01A1

Black with #DE01A1

Text Example


Text Example

White with #DE01A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE01A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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