Shades of Cranberry #D63F7B
Tints of Cranberry #D63F7B
RGB
CMYK
RGB Variations
Color information
#D63F7B (or 0xD63F7B) is known color: Cranberry. HEX triplet: D6, 3F and 7B. RGB value is (214,63,123). Sum of RGB (Red+Green+Blue) = 214+63+123=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F7B is #29C084. Grayscale: #727272. Windows color (decimal): -2736261 or 8077270. OLE color: 8077270.
HSL color Cylindrical-coordinate representation of color #D63F7B: hue angle of 336.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F7B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 123 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.16 |
| HSL | 336.16º | 0.65% | 0.54% | - |
| HSV(B) | 336.16º | 0.71% | 0.84% | - |
| XYZ | 33.08 | 19.28 | 20.72 | - |
| YUV | 114.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 123 | 0 | 0.71 | 0.43 | 0.16 | 336.16 | 0.65 | 0.54 |
| Hex | D6 | 3F | 7B | 0 | 47 | 2B | 10 | 150 | 41 | 36 |
| Octal | 326 | 77 | 173 | 0 | 107 | 53 | 20 | 520 | 101 | 66 |
| Binary | 11010110 | 111111 | 1111011 | 0 | 1000111 | 101011 | 10000 | 101010000 | 1000001 | 110110 |
Color Harmonies of #D63F7B
Complementary color
Monochromatic Colors of #D63F7B
Black with #D63F7B
Text Example
Text Example
White with #D63F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F7B; }
p { color: rgb(214,63,123); }
H1.HeaderClassName
{
color: #D63F7B;
}
.AnyTagClassName
{
color: #D63F7B;
}
</style>
background-color css
<style>
a { background-color: #D63F7B; }
a { background-color: rgb(214,63,123); }
div.DivClassName
{
background-color: #D63F7B;
}
.BgClassName
{
background-color: #D63F7B;
}
</style>
border-color css
<style>
span { border-color: #D63F7B; }
span { border-color: rgb(214,63,123); }
td.TdClassName
{
border-color: #D63F7B;
}
.TagClassName
{
border-color: #D63F7B;
}
</style>