Shades of Charm #D06383
Tints of Charm #D06383
RGB
CMYK
RGB Variations
Color information
#D06383 (or 0xD06383) is known color: Charm. HEX triplet: D0, 63 and 83. RGB value is (208,99,131). Sum of RGB (Red+Green+Blue) = 208+99+131=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D06383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06383 is #2F9C7C. Grayscale: #878787. Windows color (decimal): -3120253 or 8610768. OLE color: 8610768.
HSL color Cylindrical-coordinate representation of color #D06383: hue angle of 342.39º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06383 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 131 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.18 |
| HSL | 342.39º | 0.54% | 0.6% | - |
| HSV(B) | 342.39º | 0.52% | 0.82% | - |
| XYZ | 34.57 | 23.97 | 24.28 | - |
| YUV | 135.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 131 | 0 | 0.52 | 0.37 | 0.18 | 342.39 | 0.54 | 0.6 |
| Hex | D0 | 63 | 83 | 0 | 34 | 25 | 12 | 156 | 36 | 3C |
| Octal | 320 | 143 | 203 | 0 | 64 | 45 | 22 | 526 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10000011 | 0 | 110100 | 100101 | 10010 | 101010110 | 110110 | 111100 |
Color Harmonies of #D06383
Complementary color
Monochromatic Colors of #D06383
Black with #D06383
Text Example
Text Example
White with #D06383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06383; }
p { color: rgb(208,99,131); }
H1.HeaderClassName
{
color: #D06383;
}
.AnyTagClassName
{
color: #D06383;
}
</style>
background-color css
<style>
a { background-color: #D06383; }
a { background-color: rgb(208,99,131); }
div.DivClassName
{
background-color: #D06383;
}
.BgClassName
{
background-color: #D06383;
}
</style>
border-color css
<style>
span { border-color: #D06383; }
span { border-color: rgb(208,99,131); }
td.TdClassName
{
border-color: #D06383;
}
.TagClassName
{
border-color: #D06383;
}
</style>