Shades of Kobi #DA7CAB
Tints of Kobi #DA7CAB
RGB
CMYK
RGB Variations
Color information
#DA7CAB (or 0xDA7CAB) is known color: Kobi. HEX triplet: DA, 7C and AB. RGB value is (218,124,171). Sum of RGB (Red+Green+Blue) = 218+124+171=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7CAB is #258354. Grayscale: #9D9D9D. Windows color (decimal): -2458453 or 11238618. OLE color: 11238618.
HSL color Cylindrical-coordinate representation of color #DA7CAB: hue angle of 330º 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 #DA7CAB is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 171 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.15 |
| HSL | 330º | 0.56% | 0.67% | - |
| HSV(B) | 330º | 0.43% | 0.85% | - |
| XYZ | 43.47 | 32.26 | 42.46 | - |
| YUV | 157.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 171 | 0 | 0.43 | 0.22 | 0.15 | 330 | 0.56 | 0.67 |
| Hex | DA | 7C | AB | 0 | 2B | 16 | F | 14A | 38 | 43 |
| Octal | 332 | 174 | 253 | 0 | 53 | 26 | 17 | 512 | 70 | 103 |
| Binary | 11011010 | 1111100 | 10101011 | 0 | 101011 | 10110 | 1111 | 101001010 | 111000 | 1000011 |
Color Harmonies of #DA7CAB
Complementary color
Monochromatic Colors of #DA7CAB
Black with #DA7CAB
Text Example
Text Example
White with #DA7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CAB; }
p { color: rgb(218,124,171); }
H1.HeaderClassName
{
color: #DA7CAB;
}
.AnyTagClassName
{
color: #DA7CAB;
}
</style>
background-color css
<style>
a { background-color: #DA7CAB; }
a { background-color: rgb(218,124,171); }
div.DivClassName
{
background-color: #DA7CAB;
}
.BgClassName
{
background-color: #DA7CAB;
}
</style>
border-color css
<style>
span { border-color: #DA7CAB; }
span { border-color: rgb(218,124,171); }
td.TdClassName
{
border-color: #DA7CAB;
}
.TagClassName
{
border-color: #DA7CAB;
}
</style>