#DE627D

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

Shades of Dark Pink #DE627D

Tints of Dark Pink #DE627D

Color information

#DE627D (or 0xDE627D) is unknown color: approx Dark Pink. HEX triplet: DE, 62 and 7D. RGB value is (222,98,125). Sum of RGB (Red+Green+Blue) = 222+98+125=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE627D is #219D82. Grayscale: #8A8A8A. Windows color (decimal): -2203011 or 8217310. OLE color: 8217310.

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

Color convert

RGB22298125-
CMYK00.560.440.13
HSL346.94º65.26%62.75%-
HSV(B)346.94º55.86%87.06%-
XYZ38.1925.7522.36-
YUV138.15120.58187.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=49.89%
G=22.02%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229812500.560.440.13346.9465.2662.75
HexDE627D0382CD15b413f
Octal336142175070541553310177
Binary1101111011000101111101011100010110011011010110111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE627D; }

 p { color: rgb(222,98,125); }

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

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

 a { background-color: rgb(222,98,125); }

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

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

 span { border-color: rgb(222,98,125); }

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