Shades of Razzle Dazzle Rose #DC38BD
Tints of Razzle Dazzle Rose #DC38BD
RGB
CMYK
RGB Variations
Color information
#DC38BD (or 0xDC38BD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 38 and BD. RGB value is (220,56,189). Sum of RGB (Red+Green+Blue) = 220+56+189=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38BD is #23C742. Grayscale: #777777. Windows color (decimal): -2344771 or 12400860. OLE color: 12400860.
HSL color Cylindrical-coordinate representation of color #DC38BD: hue angle of 311.34º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38BD is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 189 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.14 |
| HSL | 311.34º | 0.7% | 0.54% | - |
| HSV(B) | 311.34º | 0.75% | 0.86% | - |
| XYZ | 40.11 | 21.72 | 50.22 | - |
| YUV | 120.2 | 166.83 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 189 | 0 | 0.75 | 0.14 | 0.14 | 311.34 | 0.7 | 0.54 |
| Hex | DC | 38 | BD | 0 | 4B | E | E | 137 | 46 | 36 |
| Octal | 334 | 70 | 275 | 0 | 113 | 16 | 16 | 467 | 106 | 66 |
| Binary | 11011100 | 111000 | 10111101 | 0 | 1001011 | 1110 | 1110 | 100110111 | 1000110 | 110110 |
Color Harmonies of #DC38BD
Complementary color
Monochromatic Colors of #DC38BD
Black with #DC38BD
Text Example
Text Example
White with #DC38BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38BD; }
p { color: rgb(220,56,189); }
H1.HeaderClassName
{
color: #DC38BD;
}
.AnyTagClassName
{
color: #DC38BD;
}
</style>
background-color css
<style>
a { background-color: #DC38BD; }
a { background-color: rgb(220,56,189); }
div.DivClassName
{
background-color: #DC38BD;
}
.BgClassName
{
background-color: #DC38BD;
}
</style>
border-color css
<style>
span { border-color: #DC38BD; }
span { border-color: rgb(220,56,189); }
td.TdClassName
{
border-color: #DC38BD;
}
.TagClassName
{
border-color: #DC38BD;
}
</style>