Shades of Charm #D07B89
Tints of Charm #D07B89
RGB
CMYK
RGB Variations
Color information
#D07B89 (or 0xD07B89) is known color: Charm. HEX triplet: D0, 7B and 89. RGB value is (208,123,137). Sum of RGB (Red+Green+Blue) = 208+123+137=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07B89 is #2F8476. Grayscale: #969696. Windows color (decimal): -3114103 or 9010128. OLE color: 9010128.
HSL color Cylindrical-coordinate representation of color #D07B89: hue angle of 350.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07B89 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 137 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.18 |
| HSL | 350.12º | 0.47% | 0.65% | - |
| HSV(B) | 350.12º | 0.41% | 0.82% | - |
| XYZ | 37.61 | 29.38 | 27.36 | - |
| YUV | 150.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 137 | 0 | 0.41 | 0.34 | 0.18 | 350.12 | 0.47 | 0.65 |
| Hex | D0 | 7B | 89 | 0 | 29 | 22 | 12 | 15E | 2F | 41 |
| Octal | 320 | 173 | 211 | 0 | 51 | 42 | 22 | 536 | 57 | 101 |
| Binary | 11010000 | 1111011 | 10001001 | 0 | 101001 | 100010 | 10010 | 101011110 | 101111 | 1000001 |
Color Harmonies of #D07B89
Complementary color
Monochromatic Colors of #D07B89
Black with #D07B89
Text Example
Text Example
White with #D07B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B89; }
p { color: rgb(208,123,137); }
H1.HeaderClassName
{
color: #D07B89;
}
.AnyTagClassName
{
color: #D07B89;
}
</style>
background-color css
<style>
a { background-color: #D07B89; }
a { background-color: rgb(208,123,137); }
div.DivClassName
{
background-color: #D07B89;
}
.BgClassName
{
background-color: #D07B89;
}
</style>
border-color css
<style>
span { border-color: #D07B89; }
span { border-color: rgb(208,123,137); }
td.TdClassName
{
border-color: #D07B89;
}
.TagClassName
{
border-color: #D07B89;
}
</style>