Shades of Cranberry #D23C75
Tints of Cranberry #D23C75
RGB
CMYK
RGB Variations
Color information
#D23C75 (or 0xD23C75) is known color: Cranberry. HEX triplet: D2, 3C and 75. RGB value is (210,60,117). Sum of RGB (Red+Green+Blue) = 210+60+117=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C75 is #2DC38A. Grayscale: #6F6F6F. Windows color (decimal): -2999179 or 7683282. OLE color: 7683282.
HSL color Cylindrical-coordinate representation of color #D23C75: hue angle of 337.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C75 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 117 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.18 |
| HSL | 337.2º | 0.63% | 0.53% | - |
| HSV(B) | 337.2º | 0.71% | 0.82% | - |
| XYZ | 31.41 | 18.22 | 18.69 | - |
| YUV | 111.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 117 | 0 | 0.71 | 0.44 | 0.18 | 337.2 | 0.63 | 0.53 |
| Hex | D2 | 3C | 75 | 0 | 47 | 2C | 12 | 151 | 3E | 35 |
| Octal | 322 | 74 | 165 | 0 | 107 | 54 | 22 | 521 | 76 | 65 |
| Binary | 11010010 | 111100 | 1110101 | 0 | 1000111 | 101100 | 10010 | 101010001 | 111110 | 110101 |
Color Harmonies of #D23C75
Complementary color
Monochromatic Colors of #D23C75
Black with #D23C75
Text Example
Text Example
White with #D23C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C75; }
p { color: rgb(210,60,117); }
H1.HeaderClassName
{
color: #D23C75;
}
.AnyTagClassName
{
color: #D23C75;
}
</style>
background-color css
<style>
a { background-color: #D23C75; }
a { background-color: rgb(210,60,117); }
div.DivClassName
{
background-color: #D23C75;
}
.BgClassName
{
background-color: #D23C75;
}
</style>
border-color css
<style>
span { border-color: #D23C75; }
span { border-color: rgb(210,60,117); }
td.TdClassName
{
border-color: #D23C75;
}
.TagClassName
{
border-color: #D23C75;
}
</style>