Shades of Cranberry #D65384
Tints of Cranberry #D65384
RGB
CMYK
RGB Variations
Color information
#D65384 (or 0xD65384) is known color: Cranberry. HEX triplet: D6, 53 and 84. RGB value is (214,83,132). Sum of RGB (Red+Green+Blue) = 214+83+132=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D65384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65384 is #29AC7B. Grayscale: #7F7F7F. Windows color (decimal): -2731132 or 8672214. OLE color: 8672214.
HSL color Cylindrical-coordinate representation of color #D65384: hue angle of 337.56º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65384 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 132 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.16 |
| HSL | 337.56º | 0.62% | 0.58% | - |
| HSV(B) | 337.56º | 0.61% | 0.84% | - |
| XYZ | 34.99 | 22.15 | 24.26 | - |
| YUV | 127.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 132 | 0 | 0.61 | 0.38 | 0.16 | 337.56 | 0.62 | 0.58 |
| Hex | D6 | 53 | 84 | 0 | 3D | 26 | 10 | 152 | 3E | 3A |
| Octal | 326 | 123 | 204 | 0 | 75 | 46 | 20 | 522 | 76 | 72 |
| Binary | 11010110 | 1010011 | 10000100 | 0 | 111101 | 100110 | 10000 | 101010010 | 111110 | 111010 |
Color Harmonies of #D65384
Complementary color
Monochromatic Colors of #D65384
Black with #D65384
Text Example
Text Example
White with #D65384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65384; }
p { color: rgb(214,83,132); }
H1.HeaderClassName
{
color: #D65384;
}
.AnyTagClassName
{
color: #D65384;
}
</style>
background-color css
<style>
a { background-color: #D65384; }
a { background-color: rgb(214,83,132); }
div.DivClassName
{
background-color: #D65384;
}
.BgClassName
{
background-color: #D65384;
}
</style>
border-color css
<style>
span { border-color: #D65384; }
span { border-color: rgb(214,83,132); }
td.TdClassName
{
border-color: #D65384;
}
.TagClassName
{
border-color: #D65384;
}
</style>