Shades of Razzmatazz #D5025C
Tints of Razzmatazz #D5025C
RGB
CMYK
RGB Variations
Color information
#D5025C (or 0xD5025C) is known color: Razzmatazz. HEX triplet: D5, 02 and 5C. RGB value is (213,2,92). Sum of RGB (Red+Green+Blue) = 213+2+92=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5025C is #2AFDA3. Grayscale: #4B4B4B. Windows color (decimal): -2817444 or 6030037. OLE color: 6030037.
HSL color Cylindrical-coordinate representation of color #D5025C: hue angle of 334.41º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5025C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 2 | 92 | - |
CMYK | 0 | 0.99 | 0.57 | 0.16 |
HSL | 334.41º | 0.98% | 0.42% | - |
HSV(B) | 334.41º | 0.99% | 0.84% | - |
XYZ | 29.39 | 14.96 | 11.46 | - |
YUV | 75.35 | 137.4 | 226.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 2 | 92 | 0 | 0.99 | 0.57 | 0.16 | 334.41 | 0.98 | 0.42 |
Hex | D5 | 2 | 5C | 0 | 63 | 39 | 10 | 14E | 62 | 2A |
Octal | 325 | 2 | 134 | 0 | 143 | 71 | 20 | 516 | 142 | 52 |
Binary | 11010101 | 10 | 1011100 | 0 | 1100011 | 111001 | 10000 | 101001110 | 1100010 | 101010 |
Color Harmonies of #D5025C
Complementary color
Monochromatic Colors of #D5025C
Black with #D5025C
Text Example
Text Example
White with #D5025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5025C; }
p { color: rgb(213,2,92); }
H1.HeaderClassName
{
color: #D5025C;
}
.AnyTagClassName
{
color: #D5025C;
}
</style>
background-color css
<style>
a { background-color: #D5025C; }
a { background-color: rgb(213,2,92); }
div.DivClassName
{
background-color: #D5025C;
}
.BgClassName
{
background-color: #D5025C;
}
</style>
border-color css
<style>
span { border-color: #D5025C; }
span { border-color: rgb(213,2,92); }
td.TdClassName
{
border-color: #D5025C;
}
.TagClassName
{
border-color: #D5025C;
}
</style>