Shades of Cranberry #DD417D
Tints of Cranberry #DD417D
RGB
CMYK
RGB Variations
Color information
#DD417D (or 0xDD417D) is known color: Cranberry. HEX triplet: DD, 41 and 7D. RGB value is (221,65,125). Sum of RGB (Red+Green+Blue) = 221+65+125=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD417D is #22BE82. Grayscale: #767676. Windows color (decimal): -2276995 or 8208861. OLE color: 8208861.
HSL color Cylindrical-coordinate representation of color #DD417D: hue angle of 336.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD417D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 65 | 125 | - |
CMYK | 0 | 0.71 | 0.43 | 0.13 |
HSL | 336.92º | 0.7% | 0.56% | - |
HSV(B) | 336.92º | 0.71% | 0.87% | - |
XYZ | 35.41 | 20.63 | 21.52 | - |
YUV | 118.48 | 131.68 | 201.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 65 | 125 | 0 | 0.71 | 0.43 | 0.13 | 336.92 | 0.7 | 0.56 |
Hex | DD | 41 | 7D | 0 | 47 | 2B | D | 151 | 46 | 38 |
Octal | 335 | 101 | 175 | 0 | 107 | 53 | 15 | 521 | 106 | 70 |
Binary | 11011101 | 1000001 | 1111101 | 0 | 1000111 | 101011 | 1101 | 101010001 | 1000110 | 111000 |
Color Harmonies of #DD417D
Complementary color
Monochromatic Colors of #DD417D
Black with #DD417D
Text Example
Text Example
White with #DD417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD417D; }
p { color: rgb(221,65,125); }
H1.HeaderClassName
{
color: #DD417D;
}
.AnyTagClassName
{
color: #DD417D;
}
</style>
background-color css
<style>
a { background-color: #DD417D; }
a { background-color: rgb(221,65,125); }
div.DivClassName
{
background-color: #DD417D;
}
.BgClassName
{
background-color: #DD417D;
}
</style>
border-color css
<style>
span { border-color: #DD417D; }
span { border-color: rgb(221,65,125); }
td.TdClassName
{
border-color: #DD417D;
}
.TagClassName
{
border-color: #DD417D;
}
</style>