Shades of Charm #D26683
Tints of Charm #D26683
RGB
CMYK
RGB Variations
Color information
#D26683 (or 0xD26683) is known color: Charm. HEX triplet: D2, 66 and 83. RGB value is (210,102,131). Sum of RGB (Red+Green+Blue) = 210+102+131=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D26683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26683 is #2D997C. Grayscale: #898989. Windows color (decimal): -2988413 or 8611538. OLE color: 8611538.
HSL color Cylindrical-coordinate representation of color #D26683: hue angle of 343.89º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26683 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 131 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.18 |
| HSL | 343.89º | 0.55% | 0.61% | - |
| HSV(B) | 343.89º | 0.51% | 0.82% | - |
| XYZ | 35.43 | 24.84 | 24.4 | - |
| YUV | 137.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 131 | 0 | 0.51 | 0.38 | 0.18 | 343.89 | 0.55 | 0.61 |
| Hex | D2 | 66 | 83 | 0 | 33 | 26 | 12 | 158 | 37 | 3D |
| Octal | 322 | 146 | 203 | 0 | 63 | 46 | 22 | 530 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10000011 | 0 | 110011 | 100110 | 10010 | 101011000 | 110111 | 111101 |
Color Harmonies of #D26683
Complementary color
Monochromatic Colors of #D26683
Black with #D26683
Text Example
Text Example
White with #D26683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26683; }
p { color: rgb(210,102,131); }
H1.HeaderClassName
{
color: #D26683;
}
.AnyTagClassName
{
color: #D26683;
}
</style>
background-color css
<style>
a { background-color: #D26683; }
a { background-color: rgb(210,102,131); }
div.DivClassName
{
background-color: #D26683;
}
.BgClassName
{
background-color: #D26683;
}
</style>
border-color css
<style>
span { border-color: #D26683; }
span { border-color: rgb(210,102,131); }
td.TdClassName
{
border-color: #D26683;
}
.TagClassName
{
border-color: #D26683;
}
</style>