Html Css Color HEX #DE14A8 Hollywood Cerise

📋 copy color: '#DE14A8'

red 222 ◦ green 20 ◦ blue 168

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

Shades of Hollywood Cerise #DE14A8

Tints of Hollywood Cerise #DE14A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 54.15%
G = 4.88%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE14A8 (or 0xDE14A8) is known color: Hollywood Cerise. HEX triplet: DE, 14 and A8. RGB value is (222,20,168). Sum of RGB (Red+Green+Blue) = 222+20+168=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE14A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE14A8 is #21EB57. Grayscale: #606060. Windows color (decimal): -2222936 or 11015390. OLE color: 11015390.

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

Color convert

RGB 222 20 168 -
CMYK 0 0.91 0.24 0.13
HSL 316.04º 0.83% 0.47% -
HSV(B) 316.04º 0.91% 0.87% -
XYZ 37.44 18.86 38.71 -
YUV 97.27 167.92 216.97 -
System Red Green Blue C M Y K H S L
Decimal 222 20 168 0 0.91 0.24 0.13 316.04 0.83 0.47
Hex DE 14 A8 0 5B 18 D 13C 53 2F
Octal 336 24 250 0 133 30 15 474 123 57
Binary 11011110 10100 10101000 0 1011011 11000 1101 100111100 1010011 101111

Color Harmonies of #DE14A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE14A8

Black with #DE14A8

Text Example


Text Example

White with #DE14A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE14A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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