Shades of Spicy Pink #DD2DB3
Tints of Spicy Pink #DD2DB3
RGB
CMYK
RGB Variations
Color information
#DD2DB3 (or 0xDD2DB3) is known color: Spicy Pink. HEX triplet: DD, 2D and B3. RGB value is (221,45,179). Sum of RGB (Red+Green+Blue) = 221+45+179=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DB3 is #22D24C. Grayscale: #707070. Windows color (decimal): -2282061 or 11742685. OLE color: 11742685.
HSL color Cylindrical-coordinate representation of color #DD2DB3: hue angle of 314.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2DB3 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 45 | 179 | - |
CMYK | 0 | 0.80 | 0.19 | 0.13 |
HSL | 314.32º | 0.72% | 0.52% | - |
HSV(B) | 314.32º | 0.8% | 0.87% | - |
XYZ | 38.89 | 20.5 | 44.56 | - |
YUV | 112.9 | 165.31 | 205.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 45 | 179 | 0 | 0.80 | 0.19 | 0.13 | 314.32 | 0.72 | 0.52 |
Hex | DD | 2D | B3 | 0 | 50 | 13 | D | 13A | 48 | 34 |
Octal | 335 | 55 | 263 | 0 | 120 | 23 | 15 | 472 | 110 | 64 |
Binary | 11011101 | 101101 | 10110011 | 0 | 1010000 | 10011 | 1101 | 100111010 | 1001000 | 110100 |
Color Harmonies of #DD2DB3
Complementary color
Monochromatic Colors of #DD2DB3
Black with #DD2DB3
Text Example
Text Example
White with #DD2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DB3; }
p { color: rgb(221,45,179); }
H1.HeaderClassName
{
color: #DD2DB3;
}
.AnyTagClassName
{
color: #DD2DB3;
}
</style>
background-color css
<style>
a { background-color: #DD2DB3; }
a { background-color: rgb(221,45,179); }
div.DivClassName
{
background-color: #DD2DB3;
}
.BgClassName
{
background-color: #DD2DB3;
}
</style>
border-color css
<style>
span { border-color: #DD2DB3; }
span { border-color: rgb(221,45,179); }
td.TdClassName
{
border-color: #DD2DB3;
}
.TagClassName
{
border-color: #DD2DB3;
}
</style>