Shades of Kobi #DA88A8
Tints of Kobi #DA88A8
RGB
CMYK
RGB Variations
Color information
#DA88A8 (or 0xDA88A8) is known color: Kobi. HEX triplet: DA, 88 and A8. RGB value is (218,136,168). Sum of RGB (Red+Green+Blue) = 218+136+168=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA88A8 is #257757. Grayscale: #A4A4A4. Windows color (decimal): -2455384 or 11045082. OLE color: 11045082.
HSL color Cylindrical-coordinate representation of color #DA88A8: hue angle of 336.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88A8 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 168 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.15 |
| HSL | 336.59º | 0.53% | 0.69% | - |
| HSV(B) | 336.59º | 0.38% | 0.85% | - |
| XYZ | 44.79 | 35.34 | 41.51 | - |
| YUV | 164.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 168 | 0 | 0.38 | 0.23 | 0.15 | 336.59 | 0.53 | 0.69 |
| Hex | DA | 88 | A8 | 0 | 26 | 17 | F | 151 | 35 | 45 |
| Octal | 332 | 210 | 250 | 0 | 46 | 27 | 17 | 521 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10101000 | 0 | 100110 | 10111 | 1111 | 101010001 | 110101 | 1000101 |
Color Harmonies of #DA88A8
Complementary color
Monochromatic Colors of #DA88A8
Black with #DA88A8
Text Example
Text Example
White with #DA88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88A8; }
p { color: rgb(218,136,168); }
H1.HeaderClassName
{
color: #DA88A8;
}
.AnyTagClassName
{
color: #DA88A8;
}
</style>
background-color css
<style>
a { background-color: #DA88A8; }
a { background-color: rgb(218,136,168); }
div.DivClassName
{
background-color: #DA88A8;
}
.BgClassName
{
background-color: #DA88A8;
}
</style>
border-color css
<style>
span { border-color: #DA88A8; }
span { border-color: rgb(218,136,168); }
td.TdClassName
{
border-color: #DA88A8;
}
.TagClassName
{
border-color: #DA88A8;
}
</style>