Html Css Color HEX #DE11AD Hollywood Cerise

📋 copy color: '#DE11AD'

red 222 ◦ green 17 ◦ blue 173

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

Shades of Hollywood Cerise #DE11AD

Tints of Hollywood Cerise #DE11AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 53.88%
G = 4.13%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE11AD (or 0xDE11AD) is known color: Hollywood Cerise. HEX triplet: DE, 11 and AD. RGB value is (222,17,173). Sum of RGB (Red+Green+Blue) = 222+17+173=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE11AD is #21EE52. Grayscale: #5F5F5F. Windows color (decimal): -2223699 or 11342302. OLE color: 11342302.

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

Color convert

RGB 222 17 173 -
CMYK 0 0.92 0.22 0.13
HSL 314.34º 0.86% 0.47% -
HSV(B) 314.34º 0.92% 0.87% -
XYZ 37.87 18.95 41.2 -
YUV 96.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 222 17 173 0 0.92 0.22 0.13 314.34 0.86 0.47
Hex DE 11 AD 0 5C 16 D 13A 56 2F
Octal 336 21 255 0 134 26 15 472 126 57
Binary 11011110 10001 10101101 0 1011100 10110 1101 100111010 1010110 101111

Color Harmonies of #DE11AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE11AD

Black with #DE11AD

Text Example


Text Example

White with #DE11AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE11AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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