#DE17A4

Color #DE17A4 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DE17A4

Tints of Hollywood Cerise #DE17A4

Color information

#DE17A4 (or 0xDE17A4) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 17 and A4. RGB value is (222,23,164). Sum of RGB (Red+Green+Blue) = 222+23+164=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE17A4 is #21E85B. Grayscale: #626262. Windows color (decimal): -2222172 or 10754014. OLE color: 10754014.

HSL color Cylindrical-coordinate representation of color #DE17A4: hue angle of 317.49º degrees, saturation: 0.81, 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 #DE17A4 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB22223164-
CMYK00.900.260.13
HSL317.49º81.22%48.04%-
HSV(B)317.49º89.64%87.06%-
XYZ37.1318.8236.8-
YUV98.58164.93216.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 23 (9.38% from 255) = 5.62%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=54.28%
G=5.62%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222316400.900.260.13317.4981.2248.04
HexDE17A405A1AD13d5130
Octal336272440132321547512160
Binary110111101011110100100010110101101011011001111011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE17A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE17A4; }

 p { color: rgb(222,23,164); }

 H1.HeaderClassName
 {
   color: #DE17A4;
 }
 .AnyTagClassName
 {
   color: #DE17A4;
 }
</style>
background-color css

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

 a { background-color: rgb(222,23,164); }

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

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

 span { border-color: rgb(222,23,164); }

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