Shades of Razzle Dazzle Rose #DC38BA
Tints of Razzle Dazzle Rose #DC38BA
RGB
CMYK
RGB Variations
Color information
#DC38BA (or 0xDC38BA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 38 and BA. RGB value is (220,56,186). Sum of RGB (Red+Green+Blue) = 220+56+186=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38BA is #23C745. Grayscale: #777777. Windows color (decimal): -2344774 or 12204252. OLE color: 12204252.
HSL color Cylindrical-coordinate representation of color #DC38BA: hue angle of 312.44º 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 #DC38BA is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 186 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.14 |
| HSL | 312.44º | 0.7% | 0.54% | - |
| HSV(B) | 312.44º | 0.75% | 0.86% | - |
| XYZ | 39.79 | 21.59 | 48.52 | - |
| YUV | 119.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 186 | 0 | 0.75 | 0.15 | 0.14 | 312.44 | 0.7 | 0.54 |
| Hex | DC | 38 | BA | 0 | 4B | F | E | 138 | 46 | 36 |
| Octal | 334 | 70 | 272 | 0 | 113 | 17 | 16 | 470 | 106 | 66 |
| Binary | 11011100 | 111000 | 10111010 | 0 | 1001011 | 1111 | 1110 | 100111000 | 1000110 | 110110 |
Color Harmonies of #DC38BA
Complementary color
Monochromatic Colors of #DC38BA
Black with #DC38BA
Text Example
Text Example
White with #DC38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38BA; }
p { color: rgb(220,56,186); }
H1.HeaderClassName
{
color: #DC38BA;
}
.AnyTagClassName
{
color: #DC38BA;
}
</style>
background-color css
<style>
a { background-color: #DC38BA; }
a { background-color: rgb(220,56,186); }
div.DivClassName
{
background-color: #DC38BA;
}
.BgClassName
{
background-color: #DC38BA;
}
</style>
border-color css
<style>
span { border-color: #DC38BA; }
span { border-color: rgb(220,56,186); }
td.TdClassName
{
border-color: #DC38BA;
}
.TagClassName
{
border-color: #DC38BA;
}
</style>