Shades of Cranberry #D6427B
Tints of Cranberry #D6427B
RGB
CMYK
RGB Variations
Color information
#D6427B (or 0xD6427B) is known color: Cranberry. HEX triplet: D6, 42 and 7B. RGB value is (214,66,123). Sum of RGB (Red+Green+Blue) = 214+66+123=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6427B is #29BD84. Grayscale: #747474. Windows color (decimal): -2735493 or 8078038. OLE color: 8078038.
HSL color Cylindrical-coordinate representation of color #D6427B: hue angle of 336.89º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6427B is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 123 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.16 |
| HSL | 336.89º | 0.64% | 0.55% | - |
| HSV(B) | 336.89º | 0.69% | 0.84% | - |
| XYZ | 33.25 | 19.62 | 20.77 | - |
| YUV | 116.75 | 131.53 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 123 | 0 | 0.69 | 0.43 | 0.16 | 336.89 | 0.64 | 0.55 |
| Hex | D6 | 42 | 7B | 0 | 45 | 2B | 10 | 151 | 40 | 37 |
| Octal | 326 | 102 | 173 | 0 | 105 | 53 | 20 | 521 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1111011 | 0 | 1000101 | 101011 | 10000 | 101010001 | 1000000 | 110111 |
Color Harmonies of #D6427B
Complementary color
Monochromatic Colors of #D6427B
Black with #D6427B
Text Example
Text Example
White with #D6427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6427B; }
p { color: rgb(214,66,123); }
H1.HeaderClassName
{
color: #D6427B;
}
.AnyTagClassName
{
color: #D6427B;
}
</style>
background-color css
<style>
a { background-color: #D6427B; }
a { background-color: rgb(214,66,123); }
div.DivClassName
{
background-color: #D6427B;
}
.BgClassName
{
background-color: #D6427B;
}
</style>
border-color css
<style>
span { border-color: #D6427B; }
span { border-color: rgb(214,66,123); }
td.TdClassName
{
border-color: #D6427B;
}
.TagClassName
{
border-color: #D6427B;
}
</style>