Html Css Color HEX #DE11A3 Hollywood Cerise

📋 copy color: '#DE11A3'

red 222 ◦ green 17 ◦ blue 163

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

Shades of Hollywood Cerise #DE11A3

Tints of Hollywood Cerise #DE11A3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.23%

 BLUE value IS 163 (64.06% from 255) = 40.55%

R = 55.22%
G = 4.23%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE11A3 (or 0xDE11A3) is known color: Hollywood Cerise. HEX triplet: DE, 11 and A3. RGB value is (222,17,163). Sum of RGB (Red+Green+Blue) = 222+17+163=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE11A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE11A3 is #21EE5C. Grayscale: #5E5E5E. Windows color (decimal): -2223709 or 10686942. OLE color: 10686942.

HSL color Cylindrical-coordinate representation of color #DE11A3: hue angle of 317.27º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE11A3 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 17 163 -
CMYK 0 0.92 0.27 0.13
HSL 317.27º 0.86% 0.47% -
HSV(B) 317.27º 0.92% 0.87% -
XYZ 36.94 18.57 36.29 -
YUV 94.94 166.42 218.63 -
System Red Green Blue C M Y K H S L
Decimal 222 17 163 0 0.92 0.27 0.13 317.27 0.86 0.47
Hex DE 11 A3 0 5C 1B D 13D 56 2F
Octal 336 21 243 0 134 33 15 475 126 57
Binary 11011110 10001 10100011 0 1011100 11011 1101 100111101 1010110 101111

Color Harmonies of #DE11A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE11A3

Black with #DE11A3

Text Example


Text Example

White with #DE11A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE11A3; }

 p { color: rgb(222,17,163); }

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

background-color css

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

 a { background-color: rgb(222,17,163); }

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

border-color css

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

 span { border-color: rgb(222,17,163); }

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