Shades of Razzle Dazzle Rose #D72FC1
Tints of Razzle Dazzle Rose #D72FC1
RGB
CMYK
RGB Variations
Color information
#D72FC1 (or 0xD72FC1) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2F and C1. RGB value is (215,47,193). Sum of RGB (Red+Green+Blue) = 215+47+193=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FC1 is #28D03E. Grayscale: #717171. Windows color (decimal): -2674751 or 12660695. OLE color: 12660695.
HSL color Cylindrical-coordinate representation of color #D72FC1: hue angle of 307.86º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72FC1 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 193 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.16 |
| HSL | 307.86º | 0.68% | 0.51% | - |
| HSV(B) | 307.86º | 0.78% | 0.84% | - |
| XYZ | 38.67 | 20.33 | 52.34 | - |
| YUV | 113.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 193 | 0 | 0.78 | 0.10 | 0.16 | 307.86 | 0.68 | 0.51 |
| Hex | D7 | 2F | C1 | 0 | 4E | A | 10 | 134 | 44 | 33 |
| Octal | 327 | 57 | 301 | 0 | 116 | 12 | 20 | 464 | 104 | 63 |
| Binary | 11010111 | 101111 | 11000001 | 0 | 1001110 | 1010 | 10000 | 100110100 | 1000100 | 110011 |
Color Harmonies of #D72FC1
Complementary color
Monochromatic Colors of #D72FC1
Black with #D72FC1
Text Example
Text Example
White with #D72FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FC1; }
p { color: rgb(215,47,193); }
H1.HeaderClassName
{
color: #D72FC1;
}
.AnyTagClassName
{
color: #D72FC1;
}
</style>
background-color css
<style>
a { background-color: #D72FC1; }
a { background-color: rgb(215,47,193); }
div.DivClassName
{
background-color: #D72FC1;
}
.BgClassName
{
background-color: #D72FC1;
}
</style>
border-color css
<style>
span { border-color: #D72FC1; }
span { border-color: rgb(215,47,193); }
td.TdClassName
{
border-color: #D72FC1;
}
.TagClassName
{
border-color: #D72FC1;
}
</style>