Shades of Razzle Dazzle Rose #DC2FCB
Tints of Razzle Dazzle Rose #DC2FCB
RGB
CMYK
RGB Variations
Color information
#DC2FCB (or 0xDC2FCB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and CB. RGB value is (220,47,203). Sum of RGB (Red+Green+Blue) = 220+47+203=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FCB is #23D034. Grayscale: #747474. Windows color (decimal): -2347061 or 13316060. OLE color: 13316060.
HSL color Cylindrical-coordinate representation of color #DC2FCB: hue angle of 305.9º degrees, saturation: 0.71, 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 #DC2FCB is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 203 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.14 |
| HSL | 305.9º | 0.71% | 0.52% | - |
| HSV(B) | 305.9º | 0.79% | 0.86% | - |
| XYZ | 41.31 | 21.56 | 58.48 | - |
| YUV | 116.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 203 | 0 | 0.79 | 0.08 | 0.14 | 305.9 | 0.71 | 0.52 |
| Hex | DC | 2F | CB | 0 | 4F | 8 | E | 132 | 47 | 34 |
| Octal | 334 | 57 | 313 | 0 | 117 | 10 | 16 | 462 | 107 | 64 |
| Binary | 11011100 | 101111 | 11001011 | 0 | 1001111 | 1000 | 1110 | 100110010 | 1000111 | 110100 |
Color Harmonies of #DC2FCB
Complementary color
Monochromatic Colors of #DC2FCB
Black with #DC2FCB
Text Example
Text Example
White with #DC2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FCB; }
p { color: rgb(220,47,203); }
H1.HeaderClassName
{
color: #DC2FCB;
}
.AnyTagClassName
{
color: #DC2FCB;
}
</style>
background-color css
<style>
a { background-color: #DC2FCB; }
a { background-color: rgb(220,47,203); }
div.DivClassName
{
background-color: #DC2FCB;
}
.BgClassName
{
background-color: #DC2FCB;
}
</style>
border-color css
<style>
span { border-color: #DC2FCB; }
span { border-color: rgb(220,47,203); }
td.TdClassName
{
border-color: #DC2FCB;
}
.TagClassName
{
border-color: #DC2FCB;
}
</style>