Shades of Razzle Dazzle Rose #DF27CB
Tints of Razzle Dazzle Rose #DF27CB
RGB
CMYK
RGB Variations
Color information
#DF27CB (or 0xDF27CB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and CB. RGB value is (223,39,203). Sum of RGB (Red+Green+Blue) = 223+39+203=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27CB is #20D834. Grayscale: #707070. Windows color (decimal): -2152501 or 13314015. OLE color: 13314015.
HSL color Cylindrical-coordinate representation of color #DF27CB: hue angle of 306.52º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF27CB is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 203 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.13 |
| HSL | 306.52º | 0.74% | 0.51% | - |
| HSV(B) | 306.52º | 0.83% | 0.87% | - |
| XYZ | 41.94 | 21.45 | 58.43 | - |
| YUV | 112.71 | 178.96 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 203 | 0 | 0.83 | 0.09 | 0.13 | 306.52 | 0.74 | 0.51 |
| Hex | DF | 27 | CB | 0 | 53 | 9 | D | 133 | 4A | 33 |
| Octal | 337 | 47 | 313 | 0 | 123 | 11 | 15 | 463 | 112 | 63 |
| Binary | 11011111 | 100111 | 11001011 | 0 | 1010011 | 1001 | 1101 | 100110011 | 1001010 | 110011 |
Color Harmonies of #DF27CB
Complementary color
Monochromatic Colors of #DF27CB
Black with #DF27CB
Text Example
Text Example
White with #DF27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27CB; }
p { color: rgb(223,39,203); }
H1.HeaderClassName
{
color: #DF27CB;
}
.AnyTagClassName
{
color: #DF27CB;
}
</style>
background-color css
<style>
a { background-color: #DF27CB; }
a { background-color: rgb(223,39,203); }
div.DivClassName
{
background-color: #DF27CB;
}
.BgClassName
{
background-color: #DF27CB;
}
</style>
border-color css
<style>
span { border-color: #DF27CB; }
span { border-color: rgb(223,39,203); }
td.TdClassName
{
border-color: #DF27CB;
}
.TagClassName
{
border-color: #DF27CB;
}
</style>