Shades of Dark Pink #DD538A
Tints of Dark Pink #DD538A
RGB
CMYK
RGB Variations
Color information
#DD538A (or 0xDD538A) is known color: Dark Pink. HEX triplet: DD, 53 and 8A. RGB value is (221,83,138). Sum of RGB (Red+Green+Blue) = 221+83+138=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD538A is #22AC75. Grayscale: #828282. Windows color (decimal): -2272374 or 9065437. OLE color: 9065437.
HSL color Cylindrical-coordinate representation of color #DD538A: hue angle of 336.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD538A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 138 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.13 |
| HSL | 336.09º | 0.67% | 0.6% | - |
| HSV(B) | 336.09º | 0.62% | 0.87% | - |
| XYZ | 37.5 | 23.39 | 26.58 | - |
| YUV | 130.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 138 | 0 | 0.62 | 0.38 | 0.13 | 336.09 | 0.67 | 0.6 |
| Hex | DD | 53 | 8A | 0 | 3E | 26 | D | 150 | 43 | 3C |
| Octal | 335 | 123 | 212 | 0 | 76 | 46 | 15 | 520 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10001010 | 0 | 111110 | 100110 | 1101 | 101010000 | 1000011 | 111100 |
Color Harmonies of #DD538A
Complementary color
Monochromatic Colors of #DD538A
Black with #DD538A
Text Example
Text Example
White with #DD538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD538A; }
p { color: rgb(221,83,138); }
H1.HeaderClassName
{
color: #DD538A;
}
.AnyTagClassName
{
color: #DD538A;
}
</style>
background-color css
<style>
a { background-color: #DD538A; }
a { background-color: rgb(221,83,138); }
div.DivClassName
{
background-color: #DD538A;
}
.BgClassName
{
background-color: #DD538A;
}
</style>
border-color css
<style>
span { border-color: #DD538A; }
span { border-color: rgb(221,83,138); }
td.TdClassName
{
border-color: #DD538A;
}
.TagClassName
{
border-color: #DD538A;
}
</style>