#DE5C8D

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

Shades of Dark Pink #DE5C8D

Tints of Dark Pink #DE5C8D

Color information

#DE5C8D (or 0xDE5C8D) is unknown color: approx Dark Pink. HEX triplet: DE, 5C and 8D. RGB value is (222,92,141). Sum of RGB (Red+Green+Blue) = 222+92+141=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5C8D is #21A372. Grayscale: #888888. Windows color (decimal): -2204531 or 9264350. OLE color: 9264350.

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

Color convert

RGB22292141-
CMYK00.590.360.13
HSL337.38º66.33%61.57%-
HSV(B)337.38º58.56%87.06%-
XYZ38.7625.1128-
YUV136.46130.57189.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=48.79%
G=20.22%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229214100.590.360.13337.3866.3361.57
HexDE5C8D03B24D151423e
Octal336134215073441552110276
Binary11011110101110010001101011101110010011011010100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C8D; }

 p { color: rgb(222,92,141); }

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

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

 a { background-color: rgb(222,92,141); }

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

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

 span { border-color: rgb(222,92,141); }

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