Shades of Charm #D07488
Tints of Charm #D07488
RGB
CMYK
RGB Variations
Color information
#D07488 (or 0xD07488) is known color: Charm. HEX triplet: D0, 74 and 88. RGB value is (208,116,136). Sum of RGB (Red+Green+Blue) = 208+116+136=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D07488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07488 is #2F8B77. Grayscale: #919191. Windows color (decimal): -3115896 or 8942800. OLE color: 8942800.
HSL color Cylindrical-coordinate representation of color #D07488: hue angle of 346.96º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07488 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 136 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.18 |
| HSL | 346.96º | 0.49% | 0.64% | - |
| HSV(B) | 346.96º | 0.44% | 0.82% | - |
| XYZ | 36.7 | 27.68 | 26.7 | - |
| YUV | 145.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 136 | 0 | 0.44 | 0.35 | 0.18 | 346.96 | 0.49 | 0.64 |
| Hex | D0 | 74 | 88 | 0 | 2C | 23 | 12 | 15B | 31 | 40 |
| Octal | 320 | 164 | 210 | 0 | 54 | 43 | 22 | 533 | 61 | 100 |
| Binary | 11010000 | 1110100 | 10001000 | 0 | 101100 | 100011 | 10010 | 101011011 | 110001 | 1000000 |
Color Harmonies of #D07488
Complementary color
Monochromatic Colors of #D07488
Black with #D07488
Text Example
Text Example
White with #D07488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07488; }
p { color: rgb(208,116,136); }
H1.HeaderClassName
{
color: #D07488;
}
.AnyTagClassName
{
color: #D07488;
}
</style>
background-color css
<style>
a { background-color: #D07488; }
a { background-color: rgb(208,116,136); }
div.DivClassName
{
background-color: #D07488;
}
.BgClassName
{
background-color: #D07488;
}
</style>
border-color css
<style>
span { border-color: #D07488; }
span { border-color: rgb(208,116,136); }
td.TdClassName
{
border-color: #D07488;
}
.TagClassName
{
border-color: #D07488;
}
</style>