Shades of Razzle Dazzle Rose #D92DC2
Tints of Razzle Dazzle Rose #D92DC2
RGB
CMYK
RGB Variations
Color information
#D92DC2 (or 0xD92DC2) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2D and C2. RGB value is (217,45,194). Sum of RGB (Red+Green+Blue) = 217+45+194=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92DC2 is #26D23D. Grayscale: #707070. Windows color (decimal): -2544190 or 12725721. OLE color: 12725721.
HSL color Cylindrical-coordinate representation of color #D92DC2: hue angle of 308.02º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92DC2 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 194 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.15 |
| HSL | 308.02º | 0.69% | 0.51% | - |
| HSV(B) | 308.02º | 0.79% | 0.85% | - |
| XYZ | 39.29 | 20.52 | 52.93 | - |
| YUV | 113.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 194 | 0 | 0.79 | 0.11 | 0.15 | 308.02 | 0.69 | 0.51 |
| Hex | D9 | 2D | C2 | 0 | 4F | B | F | 134 | 45 | 33 |
| Octal | 331 | 55 | 302 | 0 | 117 | 13 | 17 | 464 | 105 | 63 |
| Binary | 11011001 | 101101 | 11000010 | 0 | 1001111 | 1011 | 1111 | 100110100 | 1000101 | 110011 |
Color Harmonies of #D92DC2
Complementary color
Monochromatic Colors of #D92DC2
Black with #D92DC2
Text Example
Text Example
White with #D92DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DC2; }
p { color: rgb(217,45,194); }
H1.HeaderClassName
{
color: #D92DC2;
}
.AnyTagClassName
{
color: #D92DC2;
}
</style>
background-color css
<style>
a { background-color: #D92DC2; }
a { background-color: rgb(217,45,194); }
div.DivClassName
{
background-color: #D92DC2;
}
.BgClassName
{
background-color: #D92DC2;
}
</style>
border-color css
<style>
span { border-color: #D92DC2; }
span { border-color: rgb(217,45,194); }
td.TdClassName
{
border-color: #D92DC2;
}
.TagClassName
{
border-color: #D92DC2;
}
</style>