Shades of Kobi #D88FB4
Tints of Kobi #D88FB4
RGB
CMYK
RGB Variations
Color information
#D88FB4 (or 0xD88FB4) is known color: Kobi. HEX triplet: D8, 8F and B4. RGB value is (216,143,180). Sum of RGB (Red+Green+Blue) = 216+143+180=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FB4 is #27704B. Grayscale: #A8A8A8. Windows color (decimal): -2584652 or 11833304. OLE color: 11833304.
HSL color Cylindrical-coordinate representation of color #D88FB4: hue angle of 329.59º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88FB4 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 180 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.15 |
| HSL | 329.59º | 0.48% | 0.7% | - |
| HSV(B) | 329.59º | 0.34% | 0.85% | - |
| XYZ | 46.38 | 37.54 | 47.98 | - |
| YUV | 169.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 180 | 0 | 0.34 | 0.17 | 0.15 | 329.59 | 0.48 | 0.7 |
| Hex | D8 | 8F | B4 | 0 | 22 | 11 | F | 14A | 30 | 46 |
| Octal | 330 | 217 | 264 | 0 | 42 | 21 | 17 | 512 | 60 | 106 |
| Binary | 11011000 | 10001111 | 10110100 | 0 | 100010 | 10001 | 1111 | 101001010 | 110000 | 1000110 |
Color Harmonies of #D88FB4
Complementary color
Monochromatic Colors of #D88FB4
Black with #D88FB4
Text Example
Text Example
White with #D88FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88FB4; }
p { color: rgb(216,143,180); }
H1.HeaderClassName
{
color: #D88FB4;
}
.AnyTagClassName
{
color: #D88FB4;
}
</style>
background-color css
<style>
a { background-color: #D88FB4; }
a { background-color: rgb(216,143,180); }
div.DivClassName
{
background-color: #D88FB4;
}
.BgClassName
{
background-color: #D88FB4;
}
</style>
border-color css
<style>
span { border-color: #D88FB4; }
span { border-color: rgb(216,143,180); }
td.TdClassName
{
border-color: #D88FB4;
}
.TagClassName
{
border-color: #D88FB4;
}
</style>