Shades of Razzle Dazzle Rose #D730CE
Tints of Razzle Dazzle Rose #D730CE
RGB
CMYK
RGB Variations
Color information
#D730CE (or 0xD730CE) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and CE. RGB value is (215,48,206). Sum of RGB (Red+Green+Blue) = 215+48+206=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D730CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730CE is #28CF31. Grayscale: #737373. Windows color (decimal): -2674482 or 13512919. OLE color: 13512919.
HSL color Cylindrical-coordinate representation of color #D730CE: hue angle of 303.23º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D730CE is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 206 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.16 |
| HSL | 303.23º | 0.68% | 0.52% | - |
| HSV(B) | 303.23º | 0.78% | 0.84% | - |
| XYZ | 40.22 | 21.02 | 60.33 | - |
| YUV | 115.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 206 | 0 | 0.78 | 0.04 | 0.16 | 303.23 | 0.68 | 0.52 |
| Hex | D7 | 30 | CE | 0 | 4E | 4 | 10 | 12F | 44 | 34 |
| Octal | 327 | 60 | 316 | 0 | 116 | 4 | 20 | 457 | 104 | 64 |
| Binary | 11010111 | 110000 | 11001110 | 0 | 1001110 | 100 | 10000 | 100101111 | 1000100 | 110100 |
Color Harmonies of #D730CE
Complementary color
Monochromatic Colors of #D730CE
Black with #D730CE
Text Example
Text Example
White with #D730CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730CE; }
p { color: rgb(215,48,206); }
H1.HeaderClassName
{
color: #D730CE;
}
.AnyTagClassName
{
color: #D730CE;
}
</style>
background-color css
<style>
a { background-color: #D730CE; }
a { background-color: rgb(215,48,206); }
div.DivClassName
{
background-color: #D730CE;
}
.BgClassName
{
background-color: #D730CE;
}
</style>
border-color css
<style>
span { border-color: #D730CE; }
span { border-color: rgb(215,48,206); }
td.TdClassName
{
border-color: #D730CE;
}
.TagClassName
{
border-color: #D730CE;
}
</style>