Shades of Kobi #DA8AB0
Tints of Kobi #DA8AB0
RGB
CMYK
RGB Variations
Color information
#DA8AB0 (or 0xDA8AB0) is known color: Kobi. HEX triplet: DA, 8A and B0. RGB value is (218,138,176). Sum of RGB (Red+Green+Blue) = 218+138+176=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8AB0 is #25754F. Grayscale: #A6A6A6. Windows color (decimal): -2454864 or 11569882. OLE color: 11569882.
HSL color Cylindrical-coordinate representation of color #DA8AB0: hue angle of 331.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 #DA8AB0 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 176 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.15 |
| HSL | 331.5º | 0.52% | 0.7% | - |
| HSV(B) | 331.5º | 0.37% | 0.85% | - |
| XYZ | 45.84 | 36.22 | 45.65 | - |
| YUV | 166.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 176 | 0 | 0.37 | 0.19 | 0.15 | 331.5 | 0.52 | 0.7 |
| Hex | DA | 8A | B0 | 0 | 25 | 13 | F | 14C | 34 | 46 |
| Octal | 332 | 212 | 260 | 0 | 45 | 23 | 17 | 514 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10110000 | 0 | 100101 | 10011 | 1111 | 101001100 | 110100 | 1000110 |
Color Harmonies of #DA8AB0
Complementary color
Monochromatic Colors of #DA8AB0
Black with #DA8AB0
Text Example
Text Example
White with #DA8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AB0; }
p { color: rgb(218,138,176); }
H1.HeaderClassName
{
color: #DA8AB0;
}
.AnyTagClassName
{
color: #DA8AB0;
}
</style>
background-color css
<style>
a { background-color: #DA8AB0; }
a { background-color: rgb(218,138,176); }
div.DivClassName
{
background-color: #DA8AB0;
}
.BgClassName
{
background-color: #DA8AB0;
}
</style>
border-color css
<style>
span { border-color: #DA8AB0; }
span { border-color: rgb(218,138,176); }
td.TdClassName
{
border-color: #DA8AB0;
}
.TagClassName
{
border-color: #DA8AB0;
}
</style>