Shades of Kobi #D88CB2
Tints of Kobi #D88CB2
RGB
CMYK
RGB Variations
Color information
#D88CB2 (or 0xD88CB2) is known color: Kobi. HEX triplet: D8, 8C and B2. RGB value is (216,140,178). Sum of RGB (Red+Green+Blue) = 216+140+178=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88CB2 is #27734D. Grayscale: #A6A6A6. Windows color (decimal): -2585422 or 11701464. OLE color: 11701464.
HSL color Cylindrical-coordinate representation of color #D88CB2: hue angle of 330º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88CB2 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 178 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.15 |
| HSL | 330º | 0.49% | 0.7% | - |
| HSV(B) | 330º | 0.35% | 0.85% | - |
| XYZ | 45.73 | 36.57 | 46.77 | - |
| YUV | 167.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 178 | 0 | 0.35 | 0.18 | 0.15 | 330 | 0.49 | 0.7 |
| Hex | D8 | 8C | B2 | 0 | 23 | 12 | F | 14A | 31 | 46 |
| Octal | 330 | 214 | 262 | 0 | 43 | 22 | 17 | 512 | 61 | 106 |
| Binary | 11011000 | 10001100 | 10110010 | 0 | 100011 | 10010 | 1111 | 101001010 | 110001 | 1000110 |
Color Harmonies of #D88CB2
Complementary color
Monochromatic Colors of #D88CB2
Black with #D88CB2
Text Example
Text Example
White with #D88CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CB2; }
p { color: rgb(216,140,178); }
H1.HeaderClassName
{
color: #D88CB2;
}
.AnyTagClassName
{
color: #D88CB2;
}
</style>
background-color css
<style>
a { background-color: #D88CB2; }
a { background-color: rgb(216,140,178); }
div.DivClassName
{
background-color: #D88CB2;
}
.BgClassName
{
background-color: #D88CB2;
}
</style>
border-color css
<style>
span { border-color: #D88CB2; }
span { border-color: rgb(216,140,178); }
td.TdClassName
{
border-color: #D88CB2;
}
.TagClassName
{
border-color: #D88CB2;
}
</style>