#DA538F

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

Shades of Dark Pink #DA538F

Tints of Dark Pink #DA538F

Color information

#DA538F (or 0xDA538F) is unknown color: approx Dark Pink. HEX triplet: DA, 53 and 8F. RGB value is (218,83,143). Sum of RGB (Red+Green+Blue) = 218+83+143=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA538F is #25AC70. Grayscale: #828282. Windows color (decimal): -2468977 or 9393114. OLE color: 9393114.

HSL color Cylindrical-coordinate representation of color #DA538F: hue angle of 333.33º 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 #DA538F is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB21883143-
CMYK00.620.340.15
HSL333.33º64.59%59.02%-
HSV(B)333.33º61.93%85.49%-
XYZ36.9623.0828.49-
YUV130.2135.23190.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=49.10%
G=18.69%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188314300.620.340.15333.3364.5959.02
HexDA538F03E22F14d413b
Octal332123217076421751510173
Binary11011010101001110001111011111010001011111010011011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA538F; }

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

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

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

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

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

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

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

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