Shades of Dark Pink #DA538F
Tints of Dark Pink #DA538F
RGB
CMYK
RGB Variations
Color information
#DA538F (or 0xDA538F) is known color: 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
| RGB | 218 | 83 | 143 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.15 |
| HSL | 333.33º | 0.65% | 0.59% | - |
| HSV(B) | 333.33º | 0.62% | 0.85% | - |
| XYZ | 36.96 | 23.08 | 28.49 | - |
| YUV | 130.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 143 | 0 | 0.62 | 0.34 | 0.15 | 333.33 | 0.65 | 0.59 |
| Hex | DA | 53 | 8F | 0 | 3E | 22 | F | 14D | 41 | 3B |
| Octal | 332 | 123 | 217 | 0 | 76 | 42 | 17 | 515 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10001111 | 0 | 111110 | 100010 | 1111 | 101001101 | 1000001 | 111011 |
Color Harmonies of #DA538F
Complementary color
Monochromatic Colors of #DA538F
Black with #DA538F
Text Example
Text Example
White with #DA538F
Text Example
Text Example
HTML Codes & Css Web 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>