#DE4D88

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

Shades of Dark Pink #DE4D88

Tints of Dark Pink #DE4D88

Color information

#DE4D88 (or 0xDE4D88) is unknown color: approx Dark Pink. HEX triplet: DE, 4D and 88. RGB value is (222,77,136). Sum of RGB (Red+Green+Blue) = 222+77+136=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4D88 is #21B277. Grayscale: #7E7E7E. Windows color (decimal): -2208376 or 8932830. OLE color: 8932830.

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

Color convert

RGB22277136-
CMYK00.650.390.13
HSL335.59º68.72%58.63%-
HSV(B)335.59º65.32%87.06%-
XYZ37.2222.6125.7-
YUV127.08133.04195.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=51.03%
G=17.70%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227713600.650.390.13335.5968.7258.63
HexDE4D8804127D150453b
Octal3361152100101471552010573
Binary110111101001101100010000100000110011111011010100001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4D88; }

 p { color: rgb(222,77,136); }

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

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

 a { background-color: rgb(222,77,136); }

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

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

 span { border-color: rgb(222,77,136); }

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