Shades of Cranberry #D65F7D
Tints of Cranberry #D65F7D
RGB
CMYK
RGB Variations
Color information
#D65F7D (or 0xD65F7D) is known color: Cranberry. HEX triplet: D6, 5F and 7D. RGB value is (214,95,125). Sum of RGB (Red+Green+Blue) = 214+95+125=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F7D is #29A082. Grayscale: #868686. Windows color (decimal): -2728067 or 8216534. OLE color: 8216534.
HSL color Cylindrical-coordinate representation of color #D65F7D: hue angle of 344.87º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65F7D is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 125 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.16 |
| HSL | 344.87º | 0.59% | 0.61% | - |
| HSV(B) | 344.87º | 0.56% | 0.84% | - |
| XYZ | 35.53 | 23.96 | 22.15 | - |
| YUV | 134 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 125 | 0 | 0.56 | 0.42 | 0.16 | 344.87 | 0.59 | 0.61 |
| Hex | D6 | 5F | 7D | 0 | 38 | 2A | 10 | 159 | 3B | 3D |
| Octal | 326 | 137 | 175 | 0 | 70 | 52 | 20 | 531 | 73 | 75 |
| Binary | 11010110 | 1011111 | 1111101 | 0 | 111000 | 101010 | 10000 | 101011001 | 111011 | 111101 |
Color Harmonies of #D65F7D
Complementary color
Monochromatic Colors of #D65F7D
Black with #D65F7D
Text Example
Text Example
White with #D65F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F7D; }
p { color: rgb(214,95,125); }
H1.HeaderClassName
{
color: #D65F7D;
}
.AnyTagClassName
{
color: #D65F7D;
}
</style>
background-color css
<style>
a { background-color: #D65F7D; }
a { background-color: rgb(214,95,125); }
div.DivClassName
{
background-color: #D65F7D;
}
.BgClassName
{
background-color: #D65F7D;
}
</style>
border-color css
<style>
span { border-color: #D65F7D; }
span { border-color: rgb(214,95,125); }
td.TdClassName
{
border-color: #D65F7D;
}
.TagClassName
{
border-color: #D65F7D;
}
</style>