Html Css Color HEX #DE16AB Hollywood Cerise

📋 copy color: '#DE16AB'

red 222 ◦ green 22 ◦ blue 171

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

Shades of Hollywood Cerise #DE16AB

Tints of Hollywood Cerise #DE16AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.3%

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 53.49%
G = 5.3%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE16AB (or 0xDE16AB) is known color: Hollywood Cerise. HEX triplet: DE, 16 and AB. RGB value is (222,22,171). Sum of RGB (Red+Green+Blue) = 222+22+171=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE16AB is #21E954. Grayscale: #626262. Windows color (decimal): -2222421 or 11212510. OLE color: 11212510.

HSL color Cylindrical-coordinate representation of color #DE16AB: hue angle of 315.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE16AB is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 22 171 -
CMYK 0 0.90 0.23 0.13
HSL 315.3º 0.82% 0.48% -
HSV(B) 315.3º 0.9% 0.87% -
XYZ 37.76 19.04 40.21 -
YUV 98.79 168.76 215.88 -
System Red Green Blue C M Y K H S L
Decimal 222 22 171 0 0.90 0.23 0.13 315.3 0.82 0.48
Hex DE 16 AB 0 5A 17 D 13B 52 30
Octal 336 26 253 0 132 27 15 473 122 60
Binary 11011110 10110 10101011 0 1011010 10111 1101 100111011 1010010 110000

Color Harmonies of #DE16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE16AB

Black with #DE16AB

Text Example


Text Example

White with #DE16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE16AB; }

 p { color: rgb(222,22,171); }

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

background-color css

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

 a { background-color: rgb(222,22,171); }

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

border-color css

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

 span { border-color: rgb(222,22,171); }

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