Shades of Charm #D26381
Tints of Charm #D26381
RGB
CMYK
RGB Variations
Color information
#D26381 (or 0xD26381) is known color: Charm. HEX triplet: D2, 63 and 81. RGB value is (210,99,129). Sum of RGB (Red+Green+Blue) = 210+99+129=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D26381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26381 is #2D9C7E. Grayscale: #878787. Windows color (decimal): -2989183 or 8479698. OLE color: 8479698.
HSL color Cylindrical-coordinate representation of color #D26381: hue angle of 343.78º 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 #D26381 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 129 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.18 |
| HSL | 343.78º | 0.55% | 0.61% | - |
| HSV(B) | 343.78º | 0.53% | 0.82% | - |
| XYZ | 35 | 24.21 | 23.6 | - |
| YUV | 135.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 129 | 0 | 0.53 | 0.39 | 0.18 | 343.78 | 0.55 | 0.61 |
| Hex | D2 | 63 | 81 | 0 | 35 | 27 | 12 | 158 | 37 | 3D |
| Octal | 322 | 143 | 201 | 0 | 65 | 47 | 22 | 530 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10000001 | 0 | 110101 | 100111 | 10010 | 101011000 | 110111 | 111101 |
Color Harmonies of #D26381
Complementary color
Monochromatic Colors of #D26381
Black with #D26381
Text Example
Text Example
White with #D26381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26381; }
p { color: rgb(210,99,129); }
H1.HeaderClassName
{
color: #D26381;
}
.AnyTagClassName
{
color: #D26381;
}
</style>
background-color css
<style>
a { background-color: #D26381; }
a { background-color: rgb(210,99,129); }
div.DivClassName
{
background-color: #D26381;
}
.BgClassName
{
background-color: #D26381;
}
</style>
border-color css
<style>
span { border-color: #D26381; }
span { border-color: rgb(210,99,129); }
td.TdClassName
{
border-color: #D26381;
}
.TagClassName
{
border-color: #D26381;
}
</style>