#DA538E

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

Shades of Dark Pink #DA538E

Tints of Dark Pink #DA538E

Color information

#DA538E (or 0xDA538E) is unknown color: approx Dark Pink. HEX triplet: DA, 53 and 8E. RGB value is (218,83,142). Sum of RGB (Red+Green+Blue) = 218+83+142=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA538E is #25AC71. Grayscale: #818181. Windows color (decimal): -2468978 or 9327578. OLE color: 9327578.

HSL color Cylindrical-coordinate representation of color #DA538E: hue angle of 333.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA538E is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21883142-
CMYK00.620.350.15
HSL333.78º64.59%59.02%-
HSV(B)333.78º61.93%85.49%-
XYZ36.8923.0428.1-
YUV130.09134.73190.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.21%
GREEN value IS 83 (32.81% from 255) = 18.74%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=49.21%
G=18.74%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188314200.620.350.15333.7864.5959.02
HexDA538E03E23F14e413b
Octal332123216076431751610173
Binary11011010101001110001110011111010001111111010011101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA538E; }

 p { color: rgb(218,83,142); }

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

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

 a { background-color: rgb(218,83,142); }

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

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

 span { border-color: rgb(218,83,142); }

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