Shades of Razzle Dazzle Rose #D62CCB
Tints of Razzle Dazzle Rose #D62CCB
RGB
CMYK
RGB Variations
Color information
#D62CCB (or 0xD62CCB) is known color: Razzle Dazzle Rose. HEX triplet: D6, 2C and CB. RGB value is (214,44,203). Sum of RGB (Red+Green+Blue) = 214+44+203=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D62CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CCB is #29D334. Grayscale: #707070. Windows color (decimal): -2741045 or 13315286. OLE color: 13315286.
HSL color Cylindrical-coordinate representation of color #D62CCB: hue angle of 303.88º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62CCB is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 203 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.16 |
| HSL | 303.88º | 0.67% | 0.51% | - |
| HSV(B) | 303.88º | 0.79% | 0.84% | - |
| XYZ | 39.41 | 20.41 | 58.36 | - |
| YUV | 112.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 203 | 0 | 0.79 | 0.05 | 0.16 | 303.88 | 0.67 | 0.51 |
| Hex | D6 | 2C | CB | 0 | 4F | 5 | 10 | 130 | 43 | 33 |
| Octal | 326 | 54 | 313 | 0 | 117 | 5 | 20 | 460 | 103 | 63 |
| Binary | 11010110 | 101100 | 11001011 | 0 | 1001111 | 101 | 10000 | 100110000 | 1000011 | 110011 |
Color Harmonies of #D62CCB
Complementary color
Monochromatic Colors of #D62CCB
Black with #D62CCB
Text Example
Text Example
White with #D62CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CCB; }
p { color: rgb(214,44,203); }
H1.HeaderClassName
{
color: #D62CCB;
}
.AnyTagClassName
{
color: #D62CCB;
}
</style>
background-color css
<style>
a { background-color: #D62CCB; }
a { background-color: rgb(214,44,203); }
div.DivClassName
{
background-color: #D62CCB;
}
.BgClassName
{
background-color: #D62CCB;
}
</style>
border-color css
<style>
span { border-color: #D62CCB; }
span { border-color: rgb(214,44,203); }
td.TdClassName
{
border-color: #D62CCB;
}
.TagClassName
{
border-color: #D62CCB;
}
</style>