#DE518B

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

Shades of Dark Pink #DE518B

Tints of Dark Pink #DE518B

Color information

#DE518B (or 0xDE518B) is unknown color: approx Dark Pink. HEX triplet: DE, 51 and 8B. RGB value is (222,81,139). Sum of RGB (Red+Green+Blue) = 222+81+139=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE518B is #21AE74. Grayscale: #818181. Windows color (decimal): -2207349 or 9130462. OLE color: 9130462.

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

Color convert

RGB22281139-
CMYK00.640.370.13
HSL335.32º68.12%59.41%-
HSV(B)335.32º63.51%87.06%-
XYZ37.7323.2826.93-
YUV129.77133.21193.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.23%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=50.23%
G=18.33%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228113900.640.370.13335.3268.1259.41
HexDE518B04025D14f443b
Octal3361212130100451551710473
Binary110111101010001100010110100000010010111011010011111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE518B; }

 p { color: rgb(222,81,139); }

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

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

 a { background-color: rgb(222,81,139); }

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

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

 span { border-color: rgb(222,81,139); }

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