Html Css Color HEX #DE14AB Hollywood Cerise

📋 copy color: '#DE14AB'

red 222 ◦ green 20 ◦ blue 171

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

Shades of Hollywood Cerise #DE14AB

Tints of Hollywood Cerise #DE14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.84%

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

R = 53.75%
G = 4.84%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE14AB (or 0xDE14AB) is known color: Hollywood Cerise. HEX triplet: DE, 14 and AB. RGB value is (222,20,171). Sum of RGB (Red+Green+Blue) = 222+20+171=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE14AB is #21EB54. Grayscale: #616161. Windows color (decimal): -2222933 or 11211998. OLE color: 11211998.

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

Color convert

RGB 222 20 171 -
CMYK 0 0.91 0.23 0.13
HSL 315.15º 0.83% 0.47% -
HSV(B) 315.15º 0.91% 0.87% -
XYZ 37.73 18.97 40.2 -
YUV 97.61 169.42 216.72 -
System Red Green Blue C M Y K H S L
Decimal 222 20 171 0 0.91 0.23 0.13 315.15 0.83 0.47
Hex DE 14 AB 0 5B 17 D 13B 53 2F
Octal 336 24 253 0 133 27 15 473 123 57
Binary 11011110 10100 10101011 0 1011011 10111 1101 100111011 1010011 101111

Color Harmonies of #DE14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE14AB

Black with #DE14AB

Text Example


Text Example

White with #DE14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE14AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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