Shades of Kobi #D280AC
Tints of Kobi #D280AC
RGB
CMYK
RGB Variations
Color information
#D280AC (or 0xD280AC) is known color: Kobi. HEX triplet: D2, 80 and AC. RGB value is (210,128,172). Sum of RGB (Red+Green+Blue) = 210+128+172=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D280AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D280AC is #2D7F53. Grayscale: #9D9D9D. Windows color (decimal): -2981716 or 11305170. OLE color: 11305170.
HSL color Cylindrical-coordinate representation of color #D280AC: hue angle of 327.8º 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 #D280AC is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 172 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.18 |
| HSL | 327.8º | 0.48% | 0.66% | - |
| HSV(B) | 327.8º | 0.39% | 0.82% | - |
| XYZ | 41.74 | 32.12 | 43.03 | - |
| YUV | 157.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 172 | 0 | 0.39 | 0.18 | 0.18 | 327.8 | 0.48 | 0.66 |
| Hex | D2 | 80 | AC | 0 | 27 | 12 | 12 | 148 | 30 | 42 |
| Octal | 322 | 200 | 254 | 0 | 47 | 22 | 22 | 510 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10101100 | 0 | 100111 | 10010 | 10010 | 101001000 | 110000 | 1000010 |
Color Harmonies of #D280AC
Complementary color
Monochromatic Colors of #D280AC
Black with #D280AC
Text Example
Text Example
White with #D280AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280AC; }
p { color: rgb(210,128,172); }
H1.HeaderClassName
{
color: #D280AC;
}
.AnyTagClassName
{
color: #D280AC;
}
</style>
background-color css
<style>
a { background-color: #D280AC; }
a { background-color: rgb(210,128,172); }
div.DivClassName
{
background-color: #D280AC;
}
.BgClassName
{
background-color: #D280AC;
}
</style>
border-color css
<style>
span { border-color: #D280AC; }
span { border-color: rgb(210,128,172); }
td.TdClassName
{
border-color: #D280AC;
}
.TagClassName
{
border-color: #D280AC;
}
</style>