Shades of Razzle Dazzle Rose #DC38B8
Tints of Razzle Dazzle Rose #DC38B8
RGB
CMYK
RGB Variations
Color information
#DC38B8 (or 0xDC38B8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 38 and B8. RGB value is (220,56,184). Sum of RGB (Red+Green+Blue) = 220+56+184=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38B8 is #23C747. Grayscale: #777777. Windows color (decimal): -2344776 or 12073180. OLE color: 12073180.
HSL color Cylindrical-coordinate representation of color #DC38B8: hue angle of 313.17º 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 #DC38B8 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 184 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.14 |
| HSL | 313.17º | 0.7% | 0.54% | - |
| HSV(B) | 313.17º | 0.75% | 0.86% | - |
| XYZ | 39.58 | 21.5 | 47.41 | - |
| YUV | 119.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 184 | 0 | 0.75 | 0.16 | 0.14 | 313.17 | 0.7 | 0.54 |
| Hex | DC | 38 | B8 | 0 | 4B | 10 | E | 139 | 46 | 36 |
| Octal | 334 | 70 | 270 | 0 | 113 | 20 | 16 | 471 | 106 | 66 |
| Binary | 11011100 | 111000 | 10111000 | 0 | 1001011 | 10000 | 1110 | 100111001 | 1000110 | 110110 |
Color Harmonies of #DC38B8
Complementary color
Monochromatic Colors of #DC38B8
Black with #DC38B8
Text Example
Text Example
White with #DC38B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38B8; }
p { color: rgb(220,56,184); }
H1.HeaderClassName
{
color: #DC38B8;
}
.AnyTagClassName
{
color: #DC38B8;
}
</style>
background-color css
<style>
a { background-color: #DC38B8; }
a { background-color: rgb(220,56,184); }
div.DivClassName
{
background-color: #DC38B8;
}
.BgClassName
{
background-color: #DC38B8;
}
</style>
border-color css
<style>
span { border-color: #DC38B8; }
span { border-color: rgb(220,56,184); }
td.TdClassName
{
border-color: #DC38B8;
}
.TagClassName
{
border-color: #DC38B8;
}
</style>