Shades of Charm #D26585
Tints of Charm #D26585
RGB
CMYK
RGB Variations
Color information
#D26585 (or 0xD26585) is known color: Charm. HEX triplet: D2, 65 and 85. RGB value is (210,101,133). Sum of RGB (Red+Green+Blue) = 210+101+133=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D26585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26585 is #2D9A7A. Grayscale: #898989. Windows color (decimal): -2988667 or 8742354. OLE color: 8742354.
HSL color Cylindrical-coordinate representation of color #D26585: hue angle of 342.39º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26585 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 133 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.18 |
| HSL | 342.39º | 0.55% | 0.61% | - |
| HSV(B) | 342.39º | 0.52% | 0.82% | - |
| XYZ | 35.47 | 24.7 | 25.09 | - |
| YUV | 137.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 133 | 0 | 0.52 | 0.37 | 0.18 | 342.39 | 0.55 | 0.61 |
| Hex | D2 | 65 | 85 | 0 | 34 | 25 | 12 | 156 | 37 | 3D |
| Octal | 322 | 145 | 205 | 0 | 64 | 45 | 22 | 526 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10000101 | 0 | 110100 | 100101 | 10010 | 101010110 | 110111 | 111101 |
Color Harmonies of #D26585
Complementary color
Monochromatic Colors of #D26585
Black with #D26585
Text Example
Text Example
White with #D26585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26585; }
p { color: rgb(210,101,133); }
H1.HeaderClassName
{
color: #D26585;
}
.AnyTagClassName
{
color: #D26585;
}
</style>
background-color css
<style>
a { background-color: #D26585; }
a { background-color: rgb(210,101,133); }
div.DivClassName
{
background-color: #D26585;
}
.BgClassName
{
background-color: #D26585;
}
</style>
border-color css
<style>
span { border-color: #D26585; }
span { border-color: rgb(210,101,133); }
td.TdClassName
{
border-color: #D26585;
}
.TagClassName
{
border-color: #D26585;
}
</style>