Shades of Cranberry #D15F7E
Tints of Cranberry #D15F7E
RGB
CMYK
RGB Variations
Color information
#D15F7E (or 0xD15F7E) is known color: Cranberry. HEX triplet: D1, 5F and 7E. RGB value is (209,95,126). Sum of RGB (Red+Green+Blue) = 209+95+126=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F7E is #2EA081. Grayscale: #848484. Windows color (decimal): -3055746 or 8282065. OLE color: 8282065.
HSL color Cylindrical-coordinate representation of color #D15F7E: hue angle of 343.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F7E is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 126 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.18 |
| HSL | 343.68º | 0.55% | 0.6% | - |
| HSV(B) | 343.68º | 0.55% | 0.82% | - |
| XYZ | 34.15 | 23.25 | 22.43 | - |
| YUV | 132.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 126 | 0 | 0.55 | 0.40 | 0.18 | 343.68 | 0.55 | 0.6 |
| Hex | D1 | 5F | 7E | 0 | 37 | 28 | 12 | 158 | 37 | 3C |
| Octal | 321 | 137 | 176 | 0 | 67 | 50 | 22 | 530 | 67 | 74 |
| Binary | 11010001 | 1011111 | 1111110 | 0 | 110111 | 101000 | 10010 | 101011000 | 110111 | 111100 |
Color Harmonies of #D15F7E
Complementary color
Monochromatic Colors of #D15F7E
Black with #D15F7E
Text Example
Text Example
White with #D15F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F7E; }
p { color: rgb(209,95,126); }
H1.HeaderClassName
{
color: #D15F7E;
}
.AnyTagClassName
{
color: #D15F7E;
}
</style>
background-color css
<style>
a { background-color: #D15F7E; }
a { background-color: rgb(209,95,126); }
div.DivClassName
{
background-color: #D15F7E;
}
.BgClassName
{
background-color: #D15F7E;
}
</style>
border-color css
<style>
span { border-color: #D15F7E; }
span { border-color: rgb(209,95,126); }
td.TdClassName
{
border-color: #D15F7E;
}
.TagClassName
{
border-color: #D15F7E;
}
</style>