Shades of Kobi #DA8CAC
Tints of Kobi #DA8CAC
RGB
CMYK
RGB Variations
Color information
#DA8CAC (or 0xDA8CAC) is known color: Kobi. HEX triplet: DA, 8C and AC. RGB value is (218,140,172). Sum of RGB (Red+Green+Blue) = 218+140+172=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8CAC is #257353. Grayscale: #A6A6A6. Windows color (decimal): -2454356 or 11308250. OLE color: 11308250.
HSL color Cylindrical-coordinate representation of color #DA8CAC: hue angle of 335.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8CAC is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 172 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.15 |
| HSL | 335.38º | 0.51% | 0.7% | - |
| HSV(B) | 335.38º | 0.36% | 0.85% | - |
| XYZ | 45.74 | 36.64 | 43.69 | - |
| YUV | 166.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 172 | 0 | 0.36 | 0.21 | 0.15 | 335.38 | 0.51 | 0.7 |
| Hex | DA | 8C | AC | 0 | 24 | 15 | F | 14F | 33 | 46 |
| Octal | 332 | 214 | 254 | 0 | 44 | 25 | 17 | 517 | 63 | 106 |
| Binary | 11011010 | 10001100 | 10101100 | 0 | 100100 | 10101 | 1111 | 101001111 | 110011 | 1000110 |
Color Harmonies of #DA8CAC
Complementary color
Monochromatic Colors of #DA8CAC
Black with #DA8CAC
Text Example
Text Example
White with #DA8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CAC; }
p { color: rgb(218,140,172); }
H1.HeaderClassName
{
color: #DA8CAC;
}
.AnyTagClassName
{
color: #DA8CAC;
}
</style>
background-color css
<style>
a { background-color: #DA8CAC; }
a { background-color: rgb(218,140,172); }
div.DivClassName
{
background-color: #DA8CAC;
}
.BgClassName
{
background-color: #DA8CAC;
}
</style>
border-color css
<style>
span { border-color: #DA8CAC; }
span { border-color: rgb(218,140,172); }
td.TdClassName
{
border-color: #DA8CAC;
}
.TagClassName
{
border-color: #DA8CAC;
}
</style>