Shades of Cranberry #D6507F
Tints of Cranberry #D6507F
RGB
CMYK
RGB Variations
Color information
#D6507F (or 0xD6507F) is known color: Cranberry. HEX triplet: D6, 50 and 7F. RGB value is (214,80,127). Sum of RGB (Red+Green+Blue) = 214+80+127=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6507F is #29AF80. Grayscale: #7D7D7D. Windows color (decimal): -2731905 or 8343766. OLE color: 8343766.
HSL color Cylindrical-coordinate representation of color #D6507F: hue angle of 338.96º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6507F is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 127 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.16 |
| HSL | 338.96º | 0.62% | 0.58% | - |
| HSV(B) | 338.96º | 0.63% | 0.84% | - |
| XYZ | 34.43 | 21.57 | 22.43 | - |
| YUV | 125.42 | 128.89 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 127 | 0 | 0.63 | 0.41 | 0.16 | 338.96 | 0.62 | 0.58 |
| Hex | D6 | 50 | 7F | 0 | 3F | 29 | 10 | 153 | 3E | 3A |
| Octal | 326 | 120 | 177 | 0 | 77 | 51 | 20 | 523 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1111111 | 0 | 111111 | 101001 | 10000 | 101010011 | 111110 | 111010 |
Color Harmonies of #D6507F
Complementary color
Monochromatic Colors of #D6507F
Black with #D6507F
Text Example
Text Example
White with #D6507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6507F; }
p { color: rgb(214,80,127); }
H1.HeaderClassName
{
color: #D6507F;
}
.AnyTagClassName
{
color: #D6507F;
}
</style>
background-color css
<style>
a { background-color: #D6507F; }
a { background-color: rgb(214,80,127); }
div.DivClassName
{
background-color: #D6507F;
}
.BgClassName
{
background-color: #D6507F;
}
</style>
border-color css
<style>
span { border-color: #D6507F; }
span { border-color: rgb(214,80,127); }
td.TdClassName
{
border-color: #D6507F;
}
.TagClassName
{
border-color: #D6507F;
}
</style>