Shades of Razzle Dazzle Rose #DD2CCB
Tints of Razzle Dazzle Rose #DD2CCB
RGB
CMYK
RGB Variations
Color information
#DD2CCB (or 0xDD2CCB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and CB. RGB value is (221,44,203). Sum of RGB (Red+Green+Blue) = 221+44+203=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CCB is #22D334. Grayscale: #727272. Windows color (decimal): -2282293 or 13315293. OLE color: 13315293.
HSL color Cylindrical-coordinate representation of color #DD2CCB: hue angle of 306.1º 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 #DD2CCB is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 44 | 203 | - |
CMYK | 0 | 0.80 | 0.08 | 0.13 |
HSL | 306.1º | 0.72% | 0.52% | - |
HSV(B) | 306.1º | 0.8% | 0.87% | - |
XYZ | 41.5 | 21.49 | 58.46 | - |
YUV | 115.05 | 177.64 | 203.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 44 | 203 | 0 | 0.80 | 0.08 | 0.13 | 306.1 | 0.72 | 0.52 |
Hex | DD | 2C | CB | 0 | 50 | 8 | D | 132 | 48 | 34 |
Octal | 335 | 54 | 313 | 0 | 120 | 10 | 15 | 462 | 110 | 64 |
Binary | 11011101 | 101100 | 11001011 | 0 | 1010000 | 1000 | 1101 | 100110010 | 1001000 | 110100 |
Color Harmonies of #DD2CCB
Complementary color
Monochromatic Colors of #DD2CCB
Black with #DD2CCB
Text Example
Text Example
White with #DD2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CCB; }
p { color: rgb(221,44,203); }
H1.HeaderClassName
{
color: #DD2CCB;
}
.AnyTagClassName
{
color: #DD2CCB;
}
</style>
background-color css
<style>
a { background-color: #DD2CCB; }
a { background-color: rgb(221,44,203); }
div.DivClassName
{
background-color: #DD2CCB;
}
.BgClassName
{
background-color: #DD2CCB;
}
</style>
border-color css
<style>
span { border-color: #DD2CCB; }
span { border-color: rgb(221,44,203); }
td.TdClassName
{
border-color: #DD2CCB;
}
.TagClassName
{
border-color: #DD2CCB;
}
</style>