Shades of Razzmatazz #DC0369
Tints of Razzmatazz #DC0369
RGB
CMYK
RGB Variations
Color information
#DC0369 (or 0xDC0369) is known color: Razzmatazz. HEX triplet: DC, 03 and 69. RGB value is (220,3,105). Sum of RGB (Red+Green+Blue) = 220+3+105=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0369 is #23FC96. Grayscale: #4F4F4F. Windows color (decimal): -2358423 or 6882268. OLE color: 6882268.
HSL color Cylindrical-coordinate representation of color #DC0369: hue angle of 331.8º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0369 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 105 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.14 |
| HSL | 331.8º | 0.97% | 0.44% | - |
| HSV(B) | 331.8º | 0.99% | 0.86% | - |
| XYZ | 32.1 | 16.3 | 14.82 | - |
| YUV | 79.51 | 142.39 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 105 | 0 | 0.99 | 0.52 | 0.14 | 331.8 | 0.97 | 0.44 |
| Hex | DC | 3 | 69 | 0 | 63 | 34 | E | 14C | 61 | 2C |
| Octal | 334 | 3 | 151 | 0 | 143 | 64 | 16 | 514 | 141 | 54 |
| Binary | 11011100 | 11 | 1101001 | 0 | 1100011 | 110100 | 1110 | 101001100 | 1100001 | 101100 |
Color Harmonies of #DC0369
Complementary color
Monochromatic Colors of #DC0369
Black with #DC0369
Text Example
Text Example
White with #DC0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0369; }
p { color: rgb(220,3,105); }
H1.HeaderClassName
{
color: #DC0369;
}
.AnyTagClassName
{
color: #DC0369;
}
</style>
background-color css
<style>
a { background-color: #DC0369; }
a { background-color: rgb(220,3,105); }
div.DivClassName
{
background-color: #DC0369;
}
.BgClassName
{
background-color: #DC0369;
}
</style>
border-color css
<style>
span { border-color: #DC0369; }
span { border-color: rgb(220,3,105); }
td.TdClassName
{
border-color: #DC0369;
}
.TagClassName
{
border-color: #DC0369;
}
</style>