Shades of Kobi #DA7BAB
Tints of Kobi #DA7BAB
RGB
CMYK
RGB Variations
Color information
#DA7BAB (or 0xDA7BAB) is known color: Kobi. HEX triplet: DA, 7B and AB. RGB value is (218,123,171). Sum of RGB (Red+Green+Blue) = 218+123+171=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BAB is #258454. Grayscale: #9C9C9C. Windows color (decimal): -2458709 or 11238362. OLE color: 11238362.
HSL color Cylindrical-coordinate representation of color #DA7BAB: hue angle of 329.68º 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 #DA7BAB is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 171 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.15 |
| HSL | 329.68º | 0.56% | 0.67% | - |
| HSV(B) | 329.68º | 0.44% | 0.85% | - |
| XYZ | 43.35 | 32.01 | 42.42 | - |
| YUV | 156.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 171 | 0 | 0.44 | 0.22 | 0.15 | 329.68 | 0.56 | 0.67 |
| Hex | DA | 7B | AB | 0 | 2C | 16 | F | 14A | 38 | 43 |
| Octal | 332 | 173 | 253 | 0 | 54 | 26 | 17 | 512 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10101011 | 0 | 101100 | 10110 | 1111 | 101001010 | 111000 | 1000011 |
Color Harmonies of #DA7BAB
Complementary color
Monochromatic Colors of #DA7BAB
Black with #DA7BAB
Text Example
Text Example
White with #DA7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BAB; }
p { color: rgb(218,123,171); }
H1.HeaderClassName
{
color: #DA7BAB;
}
.AnyTagClassName
{
color: #DA7BAB;
}
</style>
background-color css
<style>
a { background-color: #DA7BAB; }
a { background-color: rgb(218,123,171); }
div.DivClassName
{
background-color: #DA7BAB;
}
.BgClassName
{
background-color: #DA7BAB;
}
</style>
border-color css
<style>
span { border-color: #DA7BAB; }
span { border-color: rgb(218,123,171); }
td.TdClassName
{
border-color: #DA7BAB;
}
.TagClassName
{
border-color: #DA7BAB;
}
</style>