#DE518A

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

Shades of Dark Pink #DE518A

Tints of Dark Pink #DE518A

Color information

#DE518A (or 0xDE518A) is unknown color: approx Dark Pink. HEX triplet: DE, 51 and 8A. RGB value is (222,81,138). Sum of RGB (Red+Green+Blue) = 222+81+138=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE518A is #21AE75. Grayscale: #818181. Windows color (decimal): -2207350 or 9064926. OLE color: 9064926.

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

Color convert

RGB22281138-
CMYK00.640.380.13
HSL335.74º68.12%59.41%-
HSV(B)335.74º63.51%87.06%-
XYZ37.6523.2526.55-
YUV129.66132.71193.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=50.34%
G=18.37%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228113800.640.380.13335.7468.1259.41
HexDE518A04026D150443b
Octal3361212120100461552010473
Binary110111101010001100010100100000010011011011010100001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE518A; }

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

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

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

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

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

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

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

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