Shades of Kobi #D48FA6
Tints of Kobi #D48FA6
RGB
CMYK
RGB Variations
Color information
#D48FA6 (or 0xD48FA6) is known color: Kobi. HEX triplet: D4, 8F and A6. RGB value is (212,143,166). Sum of RGB (Red+Green+Blue) = 212+143+166=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48FA6 is #2B7059. Grayscale: #A6A6A6. Windows color (decimal): -2846810 or 10915796. OLE color: 10915796.
HSL color Cylindrical-coordinate representation of color #D48FA6: hue angle of 340º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FA6 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 166 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.17 |
| HSL | 340º | 0.45% | 0.7% | - |
| HSV(B) | 340º | 0.33% | 0.83% | - |
| XYZ | 43.86 | 36.4 | 40.79 | - |
| YUV | 166.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 166 | 0 | 0.33 | 0.22 | 0.17 | 340 | 0.45 | 0.7 |
| Hex | D4 | 8F | A6 | 0 | 21 | 16 | 11 | 154 | 2D | 46 |
| Octal | 324 | 217 | 246 | 0 | 41 | 26 | 21 | 524 | 55 | 106 |
| Binary | 11010100 | 10001111 | 10100110 | 0 | 100001 | 10110 | 10001 | 101010100 | 101101 | 1000110 |
Color Harmonies of #D48FA6
Complementary color
Monochromatic Colors of #D48FA6
Black with #D48FA6
Text Example
Text Example
White with #D48FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FA6; }
p { color: rgb(212,143,166); }
H1.HeaderClassName
{
color: #D48FA6;
}
.AnyTagClassName
{
color: #D48FA6;
}
</style>
background-color css
<style>
a { background-color: #D48FA6; }
a { background-color: rgb(212,143,166); }
div.DivClassName
{
background-color: #D48FA6;
}
.BgClassName
{
background-color: #D48FA6;
}
</style>
border-color css
<style>
span { border-color: #D48FA6; }
span { border-color: rgb(212,143,166); }
td.TdClassName
{
border-color: #D48FA6;
}
.TagClassName
{
border-color: #D48FA6;
}
</style>