Shades of Kobi #DA8CA8
Tints of Kobi #DA8CA8
RGB
CMYK
RGB Variations
Color information
#DA8CA8 (or 0xDA8CA8) is known color: Kobi. HEX triplet: DA, 8C and A8. RGB value is (218,140,168). Sum of RGB (Red+Green+Blue) = 218+140+168=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8CA8 is #257357. Grayscale: #A6A6A6. Windows color (decimal): -2454360 or 11046106. OLE color: 11046106.
HSL color Cylindrical-coordinate representation of color #DA8CA8: hue angle of 338.46º 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 #DA8CA8 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 168 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.15 |
| HSL | 338.46º | 0.51% | 0.7% | - |
| HSV(B) | 338.46º | 0.36% | 0.85% | - |
| XYZ | 45.36 | 36.49 | 41.7 | - |
| YUV | 166.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 168 | 0 | 0.36 | 0.23 | 0.15 | 338.46 | 0.51 | 0.7 |
| Hex | DA | 8C | A8 | 0 | 24 | 17 | F | 152 | 33 | 46 |
| Octal | 332 | 214 | 250 | 0 | 44 | 27 | 17 | 522 | 63 | 106 |
| Binary | 11011010 | 10001100 | 10101000 | 0 | 100100 | 10111 | 1111 | 101010010 | 110011 | 1000110 |
Color Harmonies of #DA8CA8
Complementary color
Monochromatic Colors of #DA8CA8
Black with #DA8CA8
Text Example
Text Example
White with #DA8CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CA8; }
p { color: rgb(218,140,168); }
H1.HeaderClassName
{
color: #DA8CA8;
}
.AnyTagClassName
{
color: #DA8CA8;
}
</style>
background-color css
<style>
a { background-color: #DA8CA8; }
a { background-color: rgb(218,140,168); }
div.DivClassName
{
background-color: #DA8CA8;
}
.BgClassName
{
background-color: #DA8CA8;
}
</style>
border-color css
<style>
span { border-color: #DA8CA8; }
span { border-color: rgb(218,140,168); }
td.TdClassName
{
border-color: #DA8CA8;
}
.TagClassName
{
border-color: #DA8CA8;
}
</style>