Shades of Cranberry #D65883
Tints of Cranberry #D65883
RGB
CMYK
RGB Variations
Color information
#D65883 (or 0xD65883) is known color: Cranberry. HEX triplet: D6, 58 and 83. RGB value is (214,88,131). Sum of RGB (Red+Green+Blue) = 214+88+131=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D65883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65883 is #29A77C. Grayscale: #828282. Windows color (decimal): -2729853 or 8607958. OLE color: 8607958.
HSL color Cylindrical-coordinate representation of color #D65883: hue angle of 339.52º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65883 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 131 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.16 |
| HSL | 339.52º | 0.61% | 0.59% | - |
| HSV(B) | 339.52º | 0.59% | 0.84% | - |
| XYZ | 35.32 | 22.91 | 24.03 | - |
| YUV | 130.58 | 128.24 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 131 | 0 | 0.59 | 0.39 | 0.16 | 339.52 | 0.61 | 0.59 |
| Hex | D6 | 58 | 83 | 0 | 3B | 27 | 10 | 154 | 3D | 3B |
| Octal | 326 | 130 | 203 | 0 | 73 | 47 | 20 | 524 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10000011 | 0 | 111011 | 100111 | 10000 | 101010100 | 111101 | 111011 |
Color Harmonies of #D65883
Complementary color
Monochromatic Colors of #D65883
Black with #D65883
Text Example
Text Example
White with #D65883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65883; }
p { color: rgb(214,88,131); }
H1.HeaderClassName
{
color: #D65883;
}
.AnyTagClassName
{
color: #D65883;
}
</style>
background-color css
<style>
a { background-color: #D65883; }
a { background-color: rgb(214,88,131); }
div.DivClassName
{
background-color: #D65883;
}
.BgClassName
{
background-color: #D65883;
}
</style>
border-color css
<style>
span { border-color: #D65883; }
span { border-color: rgb(214,88,131); }
td.TdClassName
{
border-color: #D65883;
}
.TagClassName
{
border-color: #D65883;
}
</style>