Shades of Hot Pink #DD5DB3
Tints of Hot Pink #DD5DB3
RGB
CMYK
RGB Variations
Color information
#DD5DB3 (or 0xDD5DB3) is known color: Hot Pink. HEX triplet: DD, 5D and B3. RGB value is (221,93,179). Sum of RGB (Red+Green+Blue) = 221+93+179=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DB3 is #22A24C. Grayscale: #8C8C8C. Windows color (decimal): -2269773 or 11754973. OLE color: 11754973.
HSL color Cylindrical-coordinate representation of color #DD5DB3: hue angle of 319.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DB3 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 93 | 179 | - |
CMYK | 0 | 0.58 | 0.19 | 0.13 |
HSL | 319.69º | 0.65% | 0.62% | - |
HSV(B) | 319.69º | 0.58% | 0.87% | - |
XYZ | 41.87 | 26.46 | 45.55 | - |
YUV | 141.08 | 149.41 | 185.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 93 | 179 | 0 | 0.58 | 0.19 | 0.13 | 319.69 | 0.65 | 0.62 |
Hex | DD | 5D | B3 | 0 | 3A | 13 | D | 140 | 41 | 3E |
Octal | 335 | 135 | 263 | 0 | 72 | 23 | 15 | 500 | 101 | 76 |
Binary | 11011101 | 1011101 | 10110011 | 0 | 111010 | 10011 | 1101 | 101000000 | 1000001 | 111110 |
Color Harmonies of #DD5DB3
Complementary color
Monochromatic Colors of #DD5DB3
Black with #DD5DB3
Text Example
Text Example
White with #DD5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DB3; }
p { color: rgb(221,93,179); }
H1.HeaderClassName
{
color: #DD5DB3;
}
.AnyTagClassName
{
color: #DD5DB3;
}
</style>
background-color css
<style>
a { background-color: #DD5DB3; }
a { background-color: rgb(221,93,179); }
div.DivClassName
{
background-color: #DD5DB3;
}
.BgClassName
{
background-color: #DD5DB3;
}
</style>
border-color css
<style>
span { border-color: #DD5DB3; }
span { border-color: rgb(221,93,179); }
td.TdClassName
{
border-color: #DD5DB3;
}
.TagClassName
{
border-color: #DD5DB3;
}
</style>