Shades of Kobi #DA8AAC
Tints of Kobi #DA8AAC
RGB
CMYK
RGB Variations
Color information
#DA8AAC (or 0xDA8AAC) is known color: Kobi. HEX triplet: DA, 8A and AC. RGB value is (218,138,172). Sum of RGB (Red+Green+Blue) = 218+138+172=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8AAC is #257553. Grayscale: #A5A5A5. Windows color (decimal): -2454868 or 11307738. OLE color: 11307738.
HSL color Cylindrical-coordinate representation of color #DA8AAC: hue angle of 334.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8AAC is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 172 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.15 |
| HSL | 334.5º | 0.52% | 0.7% | - |
| HSV(B) | 334.5º | 0.37% | 0.85% | - |
| XYZ | 45.45 | 36.06 | 43.59 | - |
| YUV | 165.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 172 | 0 | 0.37 | 0.21 | 0.15 | 334.5 | 0.52 | 0.7 |
| Hex | DA | 8A | AC | 0 | 25 | 15 | F | 14E | 34 | 46 |
| Octal | 332 | 212 | 254 | 0 | 45 | 25 | 17 | 516 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10101100 | 0 | 100101 | 10101 | 1111 | 101001110 | 110100 | 1000110 |
Color Harmonies of #DA8AAC
Complementary color
Monochromatic Colors of #DA8AAC
Black with #DA8AAC
Text Example
Text Example
White with #DA8AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AAC; }
p { color: rgb(218,138,172); }
H1.HeaderClassName
{
color: #DA8AAC;
}
.AnyTagClassName
{
color: #DA8AAC;
}
</style>
background-color css
<style>
a { background-color: #DA8AAC; }
a { background-color: rgb(218,138,172); }
div.DivClassName
{
background-color: #DA8AAC;
}
.BgClassName
{
background-color: #DA8AAC;
}
</style>
border-color css
<style>
span { border-color: #DA8AAC; }
span { border-color: rgb(218,138,172); }
td.TdClassName
{
border-color: #DA8AAC;
}
.TagClassName
{
border-color: #DA8AAC;
}
</style>