#DE5C7E

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

Shades of Dark Pink #DE5C7E

Tints of Dark Pink #DE5C7E

Color information

#DE5C7E (or 0xDE5C7E) is unknown color: approx Dark Pink. HEX triplet: DE, 5C and 7E. RGB value is (222,92,126). Sum of RGB (Red+Green+Blue) = 222+92+126=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5C7E is #21A381. Grayscale: #868686. Windows color (decimal): -2204546 or 8281310. OLE color: 8281310.

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

Color convert

RGB22292126-
CMYK00.590.430.13
HSL344.31º66.33%61.57%-
HSV(B)344.31º58.56%87.06%-
XYZ37.7224.6922.52-
YUV134.75123.07190.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.45%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=50.45%
G=20.91%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229212600.590.430.13344.3166.3361.57
HexDE5C7E03B2BD158423e
Octal336134176073531553010276
Binary1101111010111001111110011101110101111011010110001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C7E; }

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

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

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

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

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

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

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

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