Shades of Cranberry #D0427D
Tints of Cranberry #D0427D
RGB
CMYK
RGB Variations
Color information
#D0427D (or 0xD0427D) is known color: Cranberry. HEX triplet: D0, 42 and 7D. RGB value is (208,66,125). Sum of RGB (Red+Green+Blue) = 208+66+125=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0427D is #2FBD82. Grayscale: #737373. Windows color (decimal): -3128707 or 8209104. OLE color: 8209104.
HSL color Cylindrical-coordinate representation of color #D0427D: hue angle of 335.07º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0427D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 125 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.18 |
| HSL | 335.07º | 0.6% | 0.54% | - |
| HSV(B) | 335.07º | 0.68% | 0.82% | - |
| XYZ | 31.66 | 18.79 | 21.36 | - |
| YUV | 115.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 125 | 0 | 0.68 | 0.40 | 0.18 | 335.07 | 0.6 | 0.54 |
| Hex | D0 | 42 | 7D | 0 | 44 | 28 | 12 | 14F | 3C | 36 |
| Octal | 320 | 102 | 175 | 0 | 104 | 50 | 22 | 517 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1111101 | 0 | 1000100 | 101000 | 10010 | 101001111 | 111100 | 110110 |
Color Harmonies of #D0427D
Complementary color
Monochromatic Colors of #D0427D
Black with #D0427D
Text Example
Text Example
White with #D0427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0427D; }
p { color: rgb(208,66,125); }
H1.HeaderClassName
{
color: #D0427D;
}
.AnyTagClassName
{
color: #D0427D;
}
</style>
background-color css
<style>
a { background-color: #D0427D; }
a { background-color: rgb(208,66,125); }
div.DivClassName
{
background-color: #D0427D;
}
.BgClassName
{
background-color: #D0427D;
}
</style>
border-color css
<style>
span { border-color: #D0427D; }
span { border-color: rgb(208,66,125); }
td.TdClassName
{
border-color: #D0427D;
}
.TagClassName
{
border-color: #D0427D;
}
</style>