Shades of Mulberry #D7419B
Tints of Mulberry #D7419B
RGB
CMYK
RGB Variations
Color information
#D7419B (or 0xD7419B) is known color: Mulberry. HEX triplet: D7, 41 and 9B. RGB value is (215,65,155). Sum of RGB (Red+Green+Blue) = 215+65+155=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7419B is #28BE64. Grayscale: #777777. Windows color (decimal): -2670181 or 10174935. OLE color: 10174935.
HSL color Cylindrical-coordinate representation of color #D7419B: hue angle of 324º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7419B is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 155 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.16 |
| HSL | 324º | 0.65% | 0.55% | - |
| HSV(B) | 324º | 0.7% | 0.84% | - |
| XYZ | 35.83 | 20.59 | 33.1 | - |
| YUV | 120.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 155 | 0 | 0.70 | 0.28 | 0.16 | 324 | 0.65 | 0.55 |
| Hex | D7 | 41 | 9B | 0 | 46 | 1C | 10 | 144 | 41 | 37 |
| Octal | 327 | 101 | 233 | 0 | 106 | 34 | 20 | 504 | 101 | 67 |
| Binary | 11010111 | 1000001 | 10011011 | 0 | 1000110 | 11100 | 10000 | 101000100 | 1000001 | 110111 |
Color Harmonies of #D7419B
Complementary color
Monochromatic Colors of #D7419B
Black with #D7419B
Text Example
Text Example
White with #D7419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7419B; }
p { color: rgb(215,65,155); }
H1.HeaderClassName
{
color: #D7419B;
}
.AnyTagClassName
{
color: #D7419B;
}
</style>
background-color css
<style>
a { background-color: #D7419B; }
a { background-color: rgb(215,65,155); }
div.DivClassName
{
background-color: #D7419B;
}
.BgClassName
{
background-color: #D7419B;
}
</style>
border-color css
<style>
span { border-color: #D7419B; }
span { border-color: rgb(215,65,155); }
td.TdClassName
{
border-color: #D7419B;
}
.TagClassName
{
border-color: #D7419B;
}
</style>