Shades of Razzle Dazzle Rose #DF27BC
Tints of Razzle Dazzle Rose #DF27BC
RGB
CMYK
RGB Variations
Color information
#DF27BC (or 0xDF27BC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and BC. RGB value is (223,39,188). Sum of RGB (Red+Green+Blue) = 223+39+188=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27BC is #20D843. Grayscale: #6E6E6E. Windows color (decimal): -2152516 or 12330975. OLE color: 12330975.
HSL color Cylindrical-coordinate representation of color #DF27BC: hue angle of 311.41º 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 #DF27BC is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 188 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.13 |
| HSL | 311.41º | 0.74% | 0.51% | - |
| HSV(B) | 311.41º | 0.83% | 0.87% | - |
| XYZ | 40.23 | 20.77 | 49.47 | - |
| YUV | 111 | 171.46 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 188 | 0 | 0.83 | 0.16 | 0.13 | 311.41 | 0.74 | 0.51 |
| Hex | DF | 27 | BC | 0 | 53 | 10 | D | 137 | 4A | 33 |
| Octal | 337 | 47 | 274 | 0 | 123 | 20 | 15 | 467 | 112 | 63 |
| Binary | 11011111 | 100111 | 10111100 | 0 | 1010011 | 10000 | 1101 | 100110111 | 1001010 | 110011 |
Color Harmonies of #DF27BC
Complementary color
Monochromatic Colors of #DF27BC
Black with #DF27BC
Text Example
Text Example
White with #DF27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27BC; }
p { color: rgb(223,39,188); }
H1.HeaderClassName
{
color: #DF27BC;
}
.AnyTagClassName
{
color: #DF27BC;
}
</style>
background-color css
<style>
a { background-color: #DF27BC; }
a { background-color: rgb(223,39,188); }
div.DivClassName
{
background-color: #DF27BC;
}
.BgClassName
{
background-color: #DF27BC;
}
</style>
border-color css
<style>
span { border-color: #DF27BC; }
span { border-color: rgb(223,39,188); }
td.TdClassName
{
border-color: #DF27BC;
}
.TagClassName
{
border-color: #DF27BC;
}
</style>