Shades of Razzle Dazzle Rose #DB2FCA
Tints of Razzle Dazzle Rose #DB2FCA
RGB
CMYK
RGB Variations
Color information
#DB2FCA (or 0xDB2FCA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2F and CA. RGB value is (219,47,202). Sum of RGB (Red+Green+Blue) = 219+47+202=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FCA is #24D035. Grayscale: #737373. Windows color (decimal): -2412598 or 13250523. OLE color: 13250523.
HSL color Cylindrical-coordinate representation of color #DB2FCA: hue angle of 305.93º 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 #DB2FCA is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 47 | 202 | - |
CMYK | 0 | 0.79 | 0.08 | 0.14 |
HSL | 305.93º | 0.7% | 0.52% | - |
HSV(B) | 305.93º | 0.79% | 0.86% | - |
XYZ | 40.89 | 21.36 | 57.84 | - |
YUV | 116.1 | 176.48 | 201.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 47 | 202 | 0 | 0.79 | 0.08 | 0.14 | 305.93 | 0.7 | 0.52 |
Hex | DB | 2F | CA | 0 | 4F | 8 | E | 132 | 46 | 34 |
Octal | 333 | 57 | 312 | 0 | 117 | 10 | 16 | 462 | 106 | 64 |
Binary | 11011011 | 101111 | 11001010 | 0 | 1001111 | 1000 | 1110 | 100110010 | 1000110 | 110100 |
Color Harmonies of #DB2FCA
Complementary color
Monochromatic Colors of #DB2FCA
Black with #DB2FCA
Text Example
Text Example
White with #DB2FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FCA; }
p { color: rgb(219,47,202); }
H1.HeaderClassName
{
color: #DB2FCA;
}
.AnyTagClassName
{
color: #DB2FCA;
}
</style>
background-color css
<style>
a { background-color: #DB2FCA; }
a { background-color: rgb(219,47,202); }
div.DivClassName
{
background-color: #DB2FCA;
}
.BgClassName
{
background-color: #DB2FCA;
}
</style>
border-color css
<style>
span { border-color: #DB2FCA; }
span { border-color: rgb(219,47,202); }
td.TdClassName
{
border-color: #DB2FCA;
}
.TagClassName
{
border-color: #DB2FCA;
}
</style>