Shades of Charm #D26384
Tints of Charm #D26384
RGB
CMYK
RGB Variations
Color information
#D26384 (or 0xD26384) is known color: Charm. HEX triplet: D2, 63 and 84. RGB value is (210,99,132). Sum of RGB (Red+Green+Blue) = 210+99+132=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D26384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26384 is #2D9C7B. Grayscale: #878787. Windows color (decimal): -2989180 or 8676306. OLE color: 8676306.
HSL color Cylindrical-coordinate representation of color #D26384: hue angle of 342.16º 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 #D26384 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 132 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.18 |
| HSL | 342.16º | 0.55% | 0.61% | - |
| HSV(B) | 342.16º | 0.53% | 0.82% | - |
| XYZ | 35.21 | 24.29 | 24.66 | - |
| YUV | 135.95 | 125.77 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 132 | 0 | 0.53 | 0.37 | 0.18 | 342.16 | 0.55 | 0.61 |
| Hex | D2 | 63 | 84 | 0 | 35 | 25 | 12 | 156 | 37 | 3D |
| Octal | 322 | 143 | 204 | 0 | 65 | 45 | 22 | 526 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10000100 | 0 | 110101 | 100101 | 10010 | 101010110 | 110111 | 111101 |
Color Harmonies of #D26384
Complementary color
Monochromatic Colors of #D26384
Black with #D26384
Text Example
Text Example
White with #D26384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26384; }
p { color: rgb(210,99,132); }
H1.HeaderClassName
{
color: #D26384;
}
.AnyTagClassName
{
color: #D26384;
}
</style>
background-color css
<style>
a { background-color: #D26384; }
a { background-color: rgb(210,99,132); }
div.DivClassName
{
background-color: #D26384;
}
.BgClassName
{
background-color: #D26384;
}
</style>
border-color css
<style>
span { border-color: #D26384; }
span { border-color: rgb(210,99,132); }
td.TdClassName
{
border-color: #D26384;
}
.TagClassName
{
border-color: #D26384;
}
</style>