Shades of Kobi #D398B2
Tints of Kobi #D398B2
RGB
CMYK
RGB Variations
Color information
#D398B2 (or 0xD398B2) is known color: Kobi. HEX triplet: D3, 98 and B2. RGB value is (211,152,178). Sum of RGB (Red+Green+Blue) = 211+152+178=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D398B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D398B2 is #2C674D. Grayscale: #ACACAC. Windows color (decimal): -2910030 or 11704531. OLE color: 11704531.
HSL color Cylindrical-coordinate representation of color #D398B2: hue angle of 333.56º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D398B2 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 178 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.17 |
| HSL | 333.56º | 0.4% | 0.71% | - |
| HSV(B) | 333.56º | 0.28% | 0.83% | - |
| XYZ | 46.13 | 39.52 | 47.32 | - |
| YUV | 172.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 178 | 0 | 0.28 | 0.16 | 0.17 | 333.56 | 0.4 | 0.71 |
| Hex | D3 | 98 | B2 | 0 | 1C | 10 | 11 | 14E | 28 | 47 |
| Octal | 323 | 230 | 262 | 0 | 34 | 20 | 21 | 516 | 50 | 107 |
| Binary | 11010011 | 10011000 | 10110010 | 0 | 11100 | 10000 | 10001 | 101001110 | 101000 | 1000111 |
Color Harmonies of #D398B2
Complementary color
Monochromatic Colors of #D398B2
Black with #D398B2
Text Example
Text Example
White with #D398B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D398B2; }
p { color: rgb(211,152,178); }
H1.HeaderClassName
{
color: #D398B2;
}
.AnyTagClassName
{
color: #D398B2;
}
</style>
background-color css
<style>
a { background-color: #D398B2; }
a { background-color: rgb(211,152,178); }
div.DivClassName
{
background-color: #D398B2;
}
.BgClassName
{
background-color: #D398B2;
}
</style>
border-color css
<style>
span { border-color: #D398B2; }
span { border-color: rgb(211,152,178); }
td.TdClassName
{
border-color: #D398B2;
}
.TagClassName
{
border-color: #D398B2;
}
</style>