Shades of Razzle Dazzle Rose #DC33B9
Tints of Razzle Dazzle Rose #DC33B9
RGB
CMYK
RGB Variations
Color information
#DC33B9 (or 0xDC33B9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and B9. RGB value is (220,51,185). Sum of RGB (Red+Green+Blue) = 220+51+185=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33B9 is #23CC46. Grayscale: #747474. Windows color (decimal): -2346055 or 12137436. OLE color: 12137436.
HSL color Cylindrical-coordinate representation of color #DC33B9: hue angle of 312.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC33B9 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 51 | 185 | - |
CMYK | 0 | 0.77 | 0.16 | 0.14 |
HSL | 312.43º | 0.71% | 0.53% | - |
HSV(B) | 312.43º | 0.77% | 0.86% | - |
XYZ | 39.46 | 21.09 | 47.89 | - |
YUV | 116.81 | 166.49 | 201.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 51 | 185 | 0 | 0.77 | 0.16 | 0.14 | 312.43 | 0.71 | 0.53 |
Hex | DC | 33 | B9 | 0 | 4D | 10 | E | 138 | 47 | 35 |
Octal | 334 | 63 | 271 | 0 | 115 | 20 | 16 | 470 | 107 | 65 |
Binary | 11011100 | 110011 | 10111001 | 0 | 1001101 | 10000 | 1110 | 100111000 | 1000111 | 110101 |
Color Harmonies of #DC33B9
Complementary color
Monochromatic Colors of #DC33B9
Black with #DC33B9
Text Example
Text Example
White with #DC33B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33B9; }
p { color: rgb(220,51,185); }
H1.HeaderClassName
{
color: #DC33B9;
}
.AnyTagClassName
{
color: #DC33B9;
}
</style>
background-color css
<style>
a { background-color: #DC33B9; }
a { background-color: rgb(220,51,185); }
div.DivClassName
{
background-color: #DC33B9;
}
.BgClassName
{
background-color: #DC33B9;
}
</style>
border-color css
<style>
span { border-color: #DC33B9; }
span { border-color: rgb(220,51,185); }
td.TdClassName
{
border-color: #DC33B9;
}
.TagClassName
{
border-color: #DC33B9;
}
</style>