Shades of Kobi #D280B0
Tints of Kobi #D280B0
RGB
CMYK
RGB Variations
Color information
#D280B0 (or 0xD280B0) is known color: Kobi. HEX triplet: D2, 80 and B0. RGB value is (210,128,176). Sum of RGB (Red+Green+Blue) = 210+128+176=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D280B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D280B0 is #2D7F4F. Grayscale: #9D9D9D. Windows color (decimal): -2981712 or 11567314. OLE color: 11567314.
HSL color Cylindrical-coordinate representation of color #D280B0: hue angle of 324.88º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280B0 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 176 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.18 |
| HSL | 324.88º | 0.48% | 0.66% | - |
| HSV(B) | 324.88º | 0.39% | 0.82% | - |
| XYZ | 42.13 | 32.27 | 45.08 | - |
| YUV | 157.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 176 | 0 | 0.39 | 0.16 | 0.18 | 324.88 | 0.48 | 0.66 |
| Hex | D2 | 80 | B0 | 0 | 27 | 10 | 12 | 145 | 30 | 42 |
| Octal | 322 | 200 | 260 | 0 | 47 | 20 | 22 | 505 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10110000 | 0 | 100111 | 10000 | 10010 | 101000101 | 110000 | 1000010 |
Color Harmonies of #D280B0
Complementary color
Monochromatic Colors of #D280B0
Black with #D280B0
Text Example
Text Example
White with #D280B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280B0; }
p { color: rgb(210,128,176); }
H1.HeaderClassName
{
color: #D280B0;
}
.AnyTagClassName
{
color: #D280B0;
}
</style>
background-color css
<style>
a { background-color: #D280B0; }
a { background-color: rgb(210,128,176); }
div.DivClassName
{
background-color: #D280B0;
}
.BgClassName
{
background-color: #D280B0;
}
</style>
border-color css
<style>
span { border-color: #D280B0; }
span { border-color: rgb(210,128,176); }
td.TdClassName
{
border-color: #D280B0;
}
.TagClassName
{
border-color: #D280B0;
}
</style>