Shades of Kobi #DA7DA8
Tints of Kobi #DA7DA8
RGB
CMYK
RGB Variations
Color information
#DA7DA8 (or 0xDA7DA8) is known color: Kobi. HEX triplet: DA, 7D and A8. RGB value is (218,125,168). Sum of RGB (Red+Green+Blue) = 218+125+168=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7DA8 is #258257. Grayscale: #9D9D9D. Windows color (decimal): -2458200 or 11042266. OLE color: 11042266.
HSL color Cylindrical-coordinate representation of color #DA7DA8: hue angle of 332.26º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DA8 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 168 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.15 |
| HSL | 332.26º | 0.56% | 0.67% | - |
| HSV(B) | 332.26º | 0.43% | 0.85% | - |
| XYZ | 43.31 | 32.4 | 41.02 | - |
| YUV | 157.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 168 | 0 | 0.43 | 0.23 | 0.15 | 332.26 | 0.56 | 0.67 |
| Hex | DA | 7D | A8 | 0 | 2B | 17 | F | 14C | 38 | 43 |
| Octal | 332 | 175 | 250 | 0 | 53 | 27 | 17 | 514 | 70 | 103 |
| Binary | 11011010 | 1111101 | 10101000 | 0 | 101011 | 10111 | 1111 | 101001100 | 111000 | 1000011 |
Color Harmonies of #DA7DA8
Complementary color
Monochromatic Colors of #DA7DA8
Black with #DA7DA8
Text Example
Text Example
White with #DA7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7DA8; }
p { color: rgb(218,125,168); }
H1.HeaderClassName
{
color: #DA7DA8;
}
.AnyTagClassName
{
color: #DA7DA8;
}
</style>
background-color css
<style>
a { background-color: #DA7DA8; }
a { background-color: rgb(218,125,168); }
div.DivClassName
{
background-color: #DA7DA8;
}
.BgClassName
{
background-color: #DA7DA8;
}
</style>
border-color css
<style>
span { border-color: #DA7DA8; }
span { border-color: rgb(218,125,168); }
td.TdClassName
{
border-color: #DA7DA8;
}
.TagClassName
{
border-color: #DA7DA8;
}
</style>