#DE5595

Color #DE5595 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DE5595

Tints of Dark Pink #DE5595

Color information

#DE5595 (or 0xDE5595) is unknown color: approx Dark Pink. HEX triplet: DE, 55 and 95. RGB value is (222,85,149). Sum of RGB (Red+Green+Blue) = 222+85+149=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5595 is #21AA6A. Grayscale: #858585. Windows color (decimal): -2206315 or 9786846. OLE color: 9786846.

HSL color Cylindrical-coordinate representation of color #DE5595: hue angle of 331.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5595 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22285149-
CMYK00.620.330.13
HSL331.97º67.49%60.2%-
HSV(B)331.97º61.71%87.06%-
XYZ38.824.231.06-
YUV133.26136.89191.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=48.68%
G=18.64%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228514900.620.330.13331.9767.4960.2
HexDE559503E21D14c433c
Octal336125225076411551410374
Binary11011110101010110010101011111010000111011010011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5595; }

 p { color: rgb(222,85,149); }

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

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

 a { background-color: rgb(222,85,149); }

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

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

 span { border-color: rgb(222,85,149); }

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