Shades of Kobi #D981AF
Tints of Kobi #D981AF
RGB
CMYK
RGB Variations
Color information
#D981AF (or 0xD981AF) is known color: Kobi. HEX triplet: D9, 81 and AF. RGB value is (217,129,175). Sum of RGB (Red+Green+Blue) = 217+129+175=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D981AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D981AF is #267E50. Grayscale: #A0A0A0. Windows color (decimal): -2522705 or 11502041. OLE color: 11502041.
HSL color Cylindrical-coordinate representation of color #D981AF: hue angle of 328.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D981AF is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 175 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.15 |
| HSL | 328.64º | 0.54% | 0.68% | - |
| HSV(B) | 328.64º | 0.41% | 0.85% | - |
| XYZ | 44.2 | 33.55 | 44.7 | - |
| YUV | 160.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 175 | 0 | 0.41 | 0.19 | 0.15 | 328.64 | 0.54 | 0.68 |
| Hex | D9 | 81 | AF | 0 | 29 | 13 | F | 149 | 36 | 44 |
| Octal | 331 | 201 | 257 | 0 | 51 | 23 | 17 | 511 | 66 | 104 |
| Binary | 11011001 | 10000001 | 10101111 | 0 | 101001 | 10011 | 1111 | 101001001 | 110110 | 1000100 |
Color Harmonies of #D981AF
Complementary color
Monochromatic Colors of #D981AF
Black with #D981AF
Text Example
Text Example
White with #D981AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981AF; }
p { color: rgb(217,129,175); }
H1.HeaderClassName
{
color: #D981AF;
}
.AnyTagClassName
{
color: #D981AF;
}
</style>
background-color css
<style>
a { background-color: #D981AF; }
a { background-color: rgb(217,129,175); }
div.DivClassName
{
background-color: #D981AF;
}
.BgClassName
{
background-color: #D981AF;
}
</style>
border-color css
<style>
span { border-color: #D981AF; }
span { border-color: rgb(217,129,175); }
td.TdClassName
{
border-color: #D981AF;
}
.TagClassName
{
border-color: #D981AF;
}
</style>