Shades of Cranberry #DC436B
Tints of Cranberry #DC436B
RGB
CMYK
RGB Variations
Color information
#DC436B (or 0xDC436B) is known color: Cranberry. HEX triplet: DC, 43 and 6B. RGB value is (220,67,107). Sum of RGB (Red+Green+Blue) = 220+67+107=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC436B is #23BC94. Grayscale: #757575. Windows color (decimal): -2342037 or 7029724. OLE color: 7029724.
HSL color Cylindrical-coordinate representation of color #DC436B: hue angle of 344.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC436B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 107 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.14 |
| HSL | 344.31º | 0.69% | 0.56% | - |
| HSV(B) | 344.31º | 0.7% | 0.86% | - |
| XYZ | 34.18 | 20.29 | 16.03 | - |
| YUV | 117.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 107 | 0 | 0.70 | 0.51 | 0.14 | 344.31 | 0.69 | 0.56 |
| Hex | DC | 43 | 6B | 0 | 46 | 33 | E | 158 | 45 | 38 |
| Octal | 334 | 103 | 153 | 0 | 106 | 63 | 16 | 530 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1101011 | 0 | 1000110 | 110011 | 1110 | 101011000 | 1000101 | 111000 |
Color Harmonies of #DC436B
Complementary color
Monochromatic Colors of #DC436B
Black with #DC436B
Text Example
Text Example
White with #DC436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC436B; }
p { color: rgb(220,67,107); }
H1.HeaderClassName
{
color: #DC436B;
}
.AnyTagClassName
{
color: #DC436B;
}
</style>
background-color css
<style>
a { background-color: #DC436B; }
a { background-color: rgb(220,67,107); }
div.DivClassName
{
background-color: #DC436B;
}
.BgClassName
{
background-color: #DC436B;
}
</style>
border-color css
<style>
span { border-color: #DC436B; }
span { border-color: rgb(220,67,107); }
td.TdClassName
{
border-color: #DC436B;
}
.TagClassName
{
border-color: #DC436B;
}
</style>