Shades of Cranberry #D65B7D
Tints of Cranberry #D65B7D
RGB
CMYK
RGB Variations
Color information
#D65B7D (or 0xD65B7D) is known color: Cranberry. HEX triplet: D6, 5B and 7D. RGB value is (214,91,125). Sum of RGB (Red+Green+Blue) = 214+91+125=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B7D is #29A482. Grayscale: #838383. Windows color (decimal): -2729091 or 8215510. OLE color: 8215510.
HSL color Cylindrical-coordinate representation of color #D65B7D: hue angle of 343.41º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65B7D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 125 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.16 |
| HSL | 343.41º | 0.6% | 0.6% | - |
| HSV(B) | 343.41º | 0.57% | 0.84% | - |
| XYZ | 35.17 | 23.26 | 22.04 | - |
| YUV | 131.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 125 | 0 | 0.57 | 0.42 | 0.16 | 343.41 | 0.6 | 0.6 |
| Hex | D6 | 5B | 7D | 0 | 39 | 2A | 10 | 157 | 3C | 3C |
| Octal | 326 | 133 | 175 | 0 | 71 | 52 | 20 | 527 | 74 | 74 |
| Binary | 11010110 | 1011011 | 1111101 | 0 | 111001 | 101010 | 10000 | 101010111 | 111100 | 111100 |
Color Harmonies of #D65B7D
Complementary color
Monochromatic Colors of #D65B7D
Black with #D65B7D
Text Example
Text Example
White with #D65B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B7D; }
p { color: rgb(214,91,125); }
H1.HeaderClassName
{
color: #D65B7D;
}
.AnyTagClassName
{
color: #D65B7D;
}
</style>
background-color css
<style>
a { background-color: #D65B7D; }
a { background-color: rgb(214,91,125); }
div.DivClassName
{
background-color: #D65B7D;
}
.BgClassName
{
background-color: #D65B7D;
}
</style>
border-color css
<style>
span { border-color: #D65B7D; }
span { border-color: rgb(214,91,125); }
td.TdClassName
{
border-color: #D65B7D;
}
.TagClassName
{
border-color: #D65B7D;
}
</style>