Shades of Razzle Dazzle Rose #DB2FC1
Tints of Razzle Dazzle Rose #DB2FC1
RGB
CMYK
RGB Variations
Color information
#DB2FC1 (or 0xDB2FC1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2F and C1. RGB value is (219,47,193). Sum of RGB (Red+Green+Blue) = 219+47+193=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FC1 is #24D03E. Grayscale: #727272. Windows color (decimal): -2412607 or 12660699. OLE color: 12660699.
HSL color Cylindrical-coordinate representation of color #DB2FC1: hue angle of 309.07º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FC1 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 193 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.14 |
| HSL | 309.07º | 0.7% | 0.52% | - |
| HSV(B) | 309.07º | 0.79% | 0.86% | - |
| XYZ | 39.86 | 20.94 | 52.39 | - |
| YUV | 115.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 193 | 0 | 0.79 | 0.12 | 0.14 | 309.07 | 0.7 | 0.52 |
| Hex | DB | 2F | C1 | 0 | 4F | C | E | 135 | 46 | 34 |
| Octal | 333 | 57 | 301 | 0 | 117 | 14 | 16 | 465 | 106 | 64 |
| Binary | 11011011 | 101111 | 11000001 | 0 | 1001111 | 1100 | 1110 | 100110101 | 1000110 | 110100 |
Color Harmonies of #DB2FC1
Complementary color
Monochromatic Colors of #DB2FC1
Black with #DB2FC1
Text Example
Text Example
White with #DB2FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FC1; }
p { color: rgb(219,47,193); }
H1.HeaderClassName
{
color: #DB2FC1;
}
.AnyTagClassName
{
color: #DB2FC1;
}
</style>
background-color css
<style>
a { background-color: #DB2FC1; }
a { background-color: rgb(219,47,193); }
div.DivClassName
{
background-color: #DB2FC1;
}
.BgClassName
{
background-color: #DB2FC1;
}
</style>
border-color css
<style>
span { border-color: #DB2FC1; }
span { border-color: rgb(219,47,193); }
td.TdClassName
{
border-color: #DB2FC1;
}
.TagClassName
{
border-color: #DB2FC1;
}
</style>