Shades of Kobi #DA7BAF
Tints of Kobi #DA7BAF
RGB
CMYK
RGB Variations
Color information
#DA7BAF (or 0xDA7BAF) is known color: Kobi. HEX triplet: DA, 7B and AF. RGB value is (218,123,175). Sum of RGB (Red+Green+Blue) = 218+123+175=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BAF is #258450. Grayscale: #9D9D9D. Windows color (decimal): -2458705 or 11500506. OLE color: 11500506.
HSL color Cylindrical-coordinate representation of color #DA7BAF: hue angle of 327.16º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7BAF is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 175 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.15 |
| HSL | 327.16º | 0.56% | 0.67% | - |
| HSV(B) | 327.16º | 0.44% | 0.85% | - |
| XYZ | 43.73 | 32.17 | 44.46 | - |
| YUV | 157.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 175 | 0 | 0.44 | 0.20 | 0.15 | 327.16 | 0.56 | 0.67 |
| Hex | DA | 7B | AF | 0 | 2C | 14 | F | 147 | 38 | 43 |
| Octal | 332 | 173 | 257 | 0 | 54 | 24 | 17 | 507 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10101111 | 0 | 101100 | 10100 | 1111 | 101000111 | 111000 | 1000011 |
Color Harmonies of #DA7BAF
Complementary color
Monochromatic Colors of #DA7BAF
Black with #DA7BAF
Text Example
Text Example
White with #DA7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BAF; }
p { color: rgb(218,123,175); }
H1.HeaderClassName
{
color: #DA7BAF;
}
.AnyTagClassName
{
color: #DA7BAF;
}
</style>
background-color css
<style>
a { background-color: #DA7BAF; }
a { background-color: rgb(218,123,175); }
div.DivClassName
{
background-color: #DA7BAF;
}
.BgClassName
{
background-color: #DA7BAF;
}
</style>
border-color css
<style>
span { border-color: #DA7BAF; }
span { border-color: rgb(218,123,175); }
td.TdClassName
{
border-color: #DA7BAF;
}
.TagClassName
{
border-color: #DA7BAF;
}
</style>