Shades of Cranberry #D8427F
Tints of Cranberry #D8427F
RGB
CMYK
RGB Variations
Color information
#D8427F (or 0xD8427F) is known color: Cranberry. HEX triplet: D8, 42 and 7F. RGB value is (216,66,127). Sum of RGB (Red+Green+Blue) = 216+66+127=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8427F is #27BD80. Grayscale: #757575. Windows color (decimal): -2604417 or 8340184. OLE color: 8340184.
HSL color Cylindrical-coordinate representation of color #D8427F: hue angle of 335.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8427F is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 127 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.15 |
| HSL | 335.6º | 0.66% | 0.55% | - |
| HSV(B) | 335.6º | 0.69% | 0.85% | - |
| XYZ | 34.1 | 20.03 | 22.15 | - |
| YUV | 117.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 127 | 0 | 0.69 | 0.41 | 0.15 | 335.6 | 0.66 | 0.55 |
| Hex | D8 | 42 | 7F | 0 | 45 | 29 | F | 150 | 42 | 37 |
| Octal | 330 | 102 | 177 | 0 | 105 | 51 | 17 | 520 | 102 | 67 |
| Binary | 11011000 | 1000010 | 1111111 | 0 | 1000101 | 101001 | 1111 | 101010000 | 1000010 | 110111 |
Color Harmonies of #D8427F
Complementary color
Monochromatic Colors of #D8427F
Black with #D8427F
Text Example
Text Example
White with #D8427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8427F; }
p { color: rgb(216,66,127); }
H1.HeaderClassName
{
color: #D8427F;
}
.AnyTagClassName
{
color: #D8427F;
}
</style>
background-color css
<style>
a { background-color: #D8427F; }
a { background-color: rgb(216,66,127); }
div.DivClassName
{
background-color: #D8427F;
}
.BgClassName
{
background-color: #D8427F;
}
</style>
border-color css
<style>
span { border-color: #D8427F; }
span { border-color: rgb(216,66,127); }
td.TdClassName
{
border-color: #D8427F;
}
.TagClassName
{
border-color: #D8427F;
}
</style>