#DE5F8A

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

Shades of Dark Pink #DE5F8A

Tints of Dark Pink #DE5F8A

Color information

#DE5F8A (or 0xDE5F8A) is unknown color: approx Dark Pink. HEX triplet: DE, 5F and 8A. RGB value is (222,95,138). Sum of RGB (Red+Green+Blue) = 222+95+138=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5F8A is #21A075. Grayscale: #898989. Windows color (decimal): -2203766 or 9068510. OLE color: 9068510.

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

Color convert

RGB22295138-
CMYK00.570.380.13
HSL339.69º65.8%62.16%-
HSV(B)339.69º57.21%87.06%-
XYZ38.825.5526.93-
YUV137.88128.08188-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=48.79%
G=20.88%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229513800.570.380.13339.6965.862.16
HexDE5F8A03926D154423e
Octal336137212071461552410276
Binary11011110101111110001010011100110011011011010101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5F8A; }

 p { color: rgb(222,95,138); }

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

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

 a { background-color: rgb(222,95,138); }

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

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

 span { border-color: rgb(222,95,138); }

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