Shades of Cranberry #D55A8A
Tints of Cranberry #D55A8A
RGB
CMYK
RGB Variations
Color information
#D55A8A (or 0xD55A8A) is known color: Cranberry. HEX triplet: D5, 5A and 8A. RGB value is (213,90,138). Sum of RGB (Red+Green+Blue) = 213+90+138=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55A8A is #2AA575. Grayscale: #848484. Windows color (decimal): -2794870 or 9067221. OLE color: 9067221.
HSL color Cylindrical-coordinate representation of color #D55A8A: hue angle of 336.59º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55A8A is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 138 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.16 |
| HSL | 336.59º | 0.59% | 0.59% | - |
| HSV(B) | 336.59º | 0.58% | 0.84% | - |
| XYZ | 35.68 | 23.29 | 26.66 | - |
| YUV | 132.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 138 | 0 | 0.58 | 0.35 | 0.16 | 336.59 | 0.59 | 0.59 |
| Hex | D5 | 5A | 8A | 0 | 3A | 23 | 10 | 151 | 3B | 3B |
| Octal | 325 | 132 | 212 | 0 | 72 | 43 | 20 | 521 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10001010 | 0 | 111010 | 100011 | 10000 | 101010001 | 111011 | 111011 |
Color Harmonies of #D55A8A
Complementary color
Monochromatic Colors of #D55A8A
Black with #D55A8A
Text Example
Text Example
White with #D55A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A8A; }
p { color: rgb(213,90,138); }
H1.HeaderClassName
{
color: #D55A8A;
}
.AnyTagClassName
{
color: #D55A8A;
}
</style>
background-color css
<style>
a { background-color: #D55A8A; }
a { background-color: rgb(213,90,138); }
div.DivClassName
{
background-color: #D55A8A;
}
.BgClassName
{
background-color: #D55A8A;
}
</style>
border-color css
<style>
span { border-color: #D55A8A; }
span { border-color: rgb(213,90,138); }
td.TdClassName
{
border-color: #D55A8A;
}
.TagClassName
{
border-color: #D55A8A;
}
</style>