Shades of Razzle Dazzle Rose #D929CF
Tints of Razzle Dazzle Rose #D929CF
RGB
CMYK
RGB Variations
Color information
#D929CF (or 0xD929CF) is known color: Razzle Dazzle Rose. HEX triplet: D9, 29 and CF. RGB value is (217,41,207). Sum of RGB (Red+Green+Blue) = 217+41+207=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D929CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929CF is #26D630. Grayscale: #707070. Windows color (decimal): -2545201 or 13576665. OLE color: 13576665.
HSL color Cylindrical-coordinate representation of color #D929CF: hue angle of 303.41º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D929CF is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 207 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.15 |
| HSL | 303.41º | 0.7% | 0.51% | - |
| HSV(B) | 303.41º | 0.81% | 0.85% | - |
| XYZ | 40.67 | 20.84 | 60.91 | - |
| YUV | 112.55 | 181.31 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 207 | 0 | 0.81 | 0.05 | 0.15 | 303.41 | 0.7 | 0.51 |
| Hex | D9 | 29 | CF | 0 | 51 | 5 | F | 12F | 46 | 33 |
| Octal | 331 | 51 | 317 | 0 | 121 | 5 | 17 | 457 | 106 | 63 |
| Binary | 11011001 | 101001 | 11001111 | 0 | 1010001 | 101 | 1111 | 100101111 | 1000110 | 110011 |
Color Harmonies of #D929CF
Complementary color
Monochromatic Colors of #D929CF
Black with #D929CF
Text Example
Text Example
White with #D929CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929CF; }
p { color: rgb(217,41,207); }
H1.HeaderClassName
{
color: #D929CF;
}
.AnyTagClassName
{
color: #D929CF;
}
</style>
background-color css
<style>
a { background-color: #D929CF; }
a { background-color: rgb(217,41,207); }
div.DivClassName
{
background-color: #D929CF;
}
.BgClassName
{
background-color: #D929CF;
}
</style>
border-color css
<style>
span { border-color: #D929CF; }
span { border-color: rgb(217,41,207); }
td.TdClassName
{
border-color: #D929CF;
}
.TagClassName
{
border-color: #D929CF;
}
</style>