Shades of Kobi #D48DA8
Tints of Kobi #D48DA8
RGB
CMYK
RGB Variations
Color information
#D48DA8 (or 0xD48DA8) is known color: Kobi. HEX triplet: D4, 8D and A8. RGB value is (212,141,168). Sum of RGB (Red+Green+Blue) = 212+141+168=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48DA8 is #2B7257. Grayscale: #A5A5A5. Windows color (decimal): -2847320 or 11046356. OLE color: 11046356.
HSL color Cylindrical-coordinate representation of color #D48DA8: hue angle of 337.18º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48DA8 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 168 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.17 |
| HSL | 337.18º | 0.45% | 0.69% | - |
| HSV(B) | 337.18º | 0.33% | 0.83% | - |
| XYZ | 43.74 | 35.87 | 41.66 | - |
| YUV | 165.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 168 | 0 | 0.33 | 0.21 | 0.17 | 337.18 | 0.45 | 0.69 |
| Hex | D4 | 8D | A8 | 0 | 21 | 15 | 11 | 151 | 2D | 45 |
| Octal | 324 | 215 | 250 | 0 | 41 | 25 | 21 | 521 | 55 | 105 |
| Binary | 11010100 | 10001101 | 10101000 | 0 | 100001 | 10101 | 10001 | 101010001 | 101101 | 1000101 |
Color Harmonies of #D48DA8
Complementary color
Monochromatic Colors of #D48DA8
Black with #D48DA8
Text Example
Text Example
White with #D48DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DA8; }
p { color: rgb(212,141,168); }
H1.HeaderClassName
{
color: #D48DA8;
}
.AnyTagClassName
{
color: #D48DA8;
}
</style>
background-color css
<style>
a { background-color: #D48DA8; }
a { background-color: rgb(212,141,168); }
div.DivClassName
{
background-color: #D48DA8;
}
.BgClassName
{
background-color: #D48DA8;
}
</style>
border-color css
<style>
span { border-color: #D48DA8; }
span { border-color: rgb(212,141,168); }
td.TdClassName
{
border-color: #D48DA8;
}
.TagClassName
{
border-color: #D48DA8;
}
</style>