Shades of Razzle Dazzle Rose #D731CB
Tints of Razzle Dazzle Rose #D731CB
RGB
CMYK
RGB Variations
Color information
#D731CB (or 0xD731CB) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and CB. RGB value is (215,49,203). Sum of RGB (Red+Green+Blue) = 215+49+203=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D731CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731CB is #28CE34. Grayscale: #737373. Windows color (decimal): -2674229 or 13316567. OLE color: 13316567.
HSL color Cylindrical-coordinate representation of color #D731CB: hue angle of 304.34º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D731CB is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 203 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.16 |
| HSL | 304.34º | 0.67% | 0.52% | - |
| HSV(B) | 304.34º | 0.77% | 0.84% | - |
| XYZ | 39.9 | 20.96 | 58.44 | - |
| YUV | 116.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 203 | 0 | 0.77 | 0.06 | 0.16 | 304.34 | 0.67 | 0.52 |
| Hex | D7 | 31 | CB | 0 | 4D | 6 | 10 | 130 | 43 | 34 |
| Octal | 327 | 61 | 313 | 0 | 115 | 6 | 20 | 460 | 103 | 64 |
| Binary | 11010111 | 110001 | 11001011 | 0 | 1001101 | 110 | 10000 | 100110000 | 1000011 | 110100 |
Color Harmonies of #D731CB
Complementary color
Monochromatic Colors of #D731CB
Black with #D731CB
Text Example
Text Example
White with #D731CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731CB; }
p { color: rgb(215,49,203); }
H1.HeaderClassName
{
color: #D731CB;
}
.AnyTagClassName
{
color: #D731CB;
}
</style>
background-color css
<style>
a { background-color: #D731CB; }
a { background-color: rgb(215,49,203); }
div.DivClassName
{
background-color: #D731CB;
}
.BgClassName
{
background-color: #D731CB;
}
</style>
border-color css
<style>
span { border-color: #D731CB; }
span { border-color: rgb(215,49,203); }
td.TdClassName
{
border-color: #D731CB;
}
.TagClassName
{
border-color: #D731CB;
}
</style>