Shades of Kobi #DA7FAC
Tints of Kobi #DA7FAC
RGB
CMYK
RGB Variations
Color information
#DA7FAC (or 0xDA7FAC) is known color: Kobi. HEX triplet: DA, 7F and AC. RGB value is (218,127,172). Sum of RGB (Red+Green+Blue) = 218+127+172=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FAC is #258053. Grayscale: #9F9F9F. Windows color (decimal): -2457684 or 11304922. OLE color: 11304922.
HSL color Cylindrical-coordinate representation of color #DA7FAC: hue angle of 330.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FAC is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 172 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.15 |
| HSL | 330.33º | 0.55% | 0.68% | - |
| HSV(B) | 330.33º | 0.42% | 0.85% | - |
| XYZ | 43.95 | 33.06 | 43.1 | - |
| YUV | 159.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 172 | 0 | 0.42 | 0.21 | 0.15 | 330.33 | 0.55 | 0.68 |
| Hex | DA | 7F | AC | 0 | 2A | 15 | F | 14A | 37 | 44 |
| Octal | 332 | 177 | 254 | 0 | 52 | 25 | 17 | 512 | 67 | 104 |
| Binary | 11011010 | 1111111 | 10101100 | 0 | 101010 | 10101 | 1111 | 101001010 | 110111 | 1000100 |
Color Harmonies of #DA7FAC
Complementary color
Monochromatic Colors of #DA7FAC
Black with #DA7FAC
Text Example
Text Example
White with #DA7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FAC; }
p { color: rgb(218,127,172); }
H1.HeaderClassName
{
color: #DA7FAC;
}
.AnyTagClassName
{
color: #DA7FAC;
}
</style>
background-color css
<style>
a { background-color: #DA7FAC; }
a { background-color: rgb(218,127,172); }
div.DivClassName
{
background-color: #DA7FAC;
}
.BgClassName
{
background-color: #DA7FAC;
}
</style>
border-color css
<style>
span { border-color: #DA7FAC; }
span { border-color: rgb(218,127,172); }
td.TdClassName
{
border-color: #DA7FAC;
}
.TagClassName
{
border-color: #DA7FAC;
}
</style>