Shades of Charm #D26385
Tints of Charm #D26385
RGB
CMYK
RGB Variations
Color information
#D26385 (or 0xD26385) is known color: Charm. HEX triplet: D2, 63 and 85. RGB value is (210,99,133). Sum of RGB (Red+Green+Blue) = 210+99+133=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D26385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26385 is #2D9C7A. Grayscale: #888888. Windows color (decimal): -2989179 or 8741842. OLE color: 8741842.
HSL color Cylindrical-coordinate representation of color #D26385: hue angle of 341.62º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26385 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 133 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.18 |
| HSL | 341.62º | 0.55% | 0.61% | - |
| HSV(B) | 341.62º | 0.53% | 0.82% | - |
| XYZ | 35.27 | 24.32 | 25.03 | - |
| YUV | 136.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 133 | 0 | 0.53 | 0.37 | 0.18 | 341.62 | 0.55 | 0.61 |
| Hex | D2 | 63 | 85 | 0 | 35 | 25 | 12 | 156 | 37 | 3D |
| Octal | 322 | 143 | 205 | 0 | 65 | 45 | 22 | 526 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10000101 | 0 | 110101 | 100101 | 10010 | 101010110 | 110111 | 111101 |
Color Harmonies of #D26385
Complementary color
Monochromatic Colors of #D26385
Black with #D26385
Text Example
Text Example
White with #D26385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26385; }
p { color: rgb(210,99,133); }
H1.HeaderClassName
{
color: #D26385;
}
.AnyTagClassName
{
color: #D26385;
}
</style>
background-color css
<style>
a { background-color: #D26385; }
a { background-color: rgb(210,99,133); }
div.DivClassName
{
background-color: #D26385;
}
.BgClassName
{
background-color: #D26385;
}
</style>
border-color css
<style>
span { border-color: #D26385; }
span { border-color: rgb(210,99,133); }
td.TdClassName
{
border-color: #D26385;
}
.TagClassName
{
border-color: #D26385;
}
</style>