Shades of Kobi #D68AAF
Tints of Kobi #D68AAF
RGB
CMYK
RGB Variations
Color information
#D68AAF (or 0xD68AAF) is known color: Kobi. HEX triplet: D6, 8A and AF. RGB value is (214,138,175). Sum of RGB (Red+Green+Blue) = 214+138+175=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68AAF is #297550. Grayscale: #A4A4A4. Windows color (decimal): -2717009 or 11504342. OLE color: 11504342.
HSL color Cylindrical-coordinate representation of color #D68AAF: hue angle of 330.79º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AAF is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 175 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.16 |
| HSL | 330.79º | 0.48% | 0.69% | - |
| HSV(B) | 330.79º | 0.36% | 0.84% | - |
| XYZ | 44.56 | 35.57 | 45.07 | - |
| YUV | 164.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 175 | 0 | 0.36 | 0.18 | 0.16 | 330.79 | 0.48 | 0.69 |
| Hex | D6 | 8A | AF | 0 | 24 | 12 | 10 | 14B | 30 | 45 |
| Octal | 326 | 212 | 257 | 0 | 44 | 22 | 20 | 513 | 60 | 105 |
| Binary | 11010110 | 10001010 | 10101111 | 0 | 100100 | 10010 | 10000 | 101001011 | 110000 | 1000101 |
Color Harmonies of #D68AAF
Complementary color
Monochromatic Colors of #D68AAF
Black with #D68AAF
Text Example
Text Example
White with #D68AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AAF; }
p { color: rgb(214,138,175); }
H1.HeaderClassName
{
color: #D68AAF;
}
.AnyTagClassName
{
color: #D68AAF;
}
</style>
background-color css
<style>
a { background-color: #D68AAF; }
a { background-color: rgb(214,138,175); }
div.DivClassName
{
background-color: #D68AAF;
}
.BgClassName
{
background-color: #D68AAF;
}
</style>
border-color css
<style>
span { border-color: #D68AAF; }
span { border-color: rgb(214,138,175); }
td.TdClassName
{
border-color: #D68AAF;
}
.TagClassName
{
border-color: #D68AAF;
}
</style>