#DE5D7E

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

Shades of Dark Pink #DE5D7E

Tints of Dark Pink #DE5D7E

Color information

#DE5D7E (or 0xDE5D7E) is unknown color: approx Dark Pink. HEX triplet: DE, 5D and 7E. RGB value is (222,93,126). Sum of RGB (Red+Green+Blue) = 222+93+126=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D7E is #21A281. Grayscale: #878787. Windows color (decimal): -2204290 or 8281566. OLE color: 8281566.

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

Color convert

RGB22293126-
CMYK00.580.430.13
HSL344.65º66.15%61.76%-
HSV(B)344.65º58.11%87.06%-
XYZ37.824.8622.55-
YUV135.33122.74189.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=50.34%
G=21.09%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229312600.580.430.13344.6566.1561.76
HexDE5D7E03A2BD159423e
Octal336135176072531553110276
Binary1101111010111011111110011101010101111011010110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D7E; }

 p { color: rgb(222,93,126); }

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

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

 a { background-color: rgb(222,93,126); }

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

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

 span { border-color: rgb(222,93,126); }

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