Shades of Kobi #DA7DAC
Tints of Kobi #DA7DAC
RGB
CMYK
RGB Variations
Color information
#DA7DAC (or 0xDA7DAC) is known color: Kobi. HEX triplet: DA, 7D and AC. RGB value is (218,125,172). Sum of RGB (Red+Green+Blue) = 218+125+172=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7DAC is #258253. Grayscale: #9E9E9E. Windows color (decimal): -2458196 or 11304410. OLE color: 11304410.
HSL color Cylindrical-coordinate representation of color #DA7DAC: 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.43%. Process color model (Four color, CMYK) of #DA7DAC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 125 | 172 | - |
CMYK | 0 | 0.43 | 0.21 | 0.15 |
HSL | 329.68º | 0.56% | 0.67% | - |
HSV(B) | 329.68º | 0.43% | 0.85% | - |
XYZ | 43.69 | 32.55 | 43.01 | - |
YUV | 158.17 | 135.81 | 170.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 125 | 172 | 0 | 0.43 | 0.21 | 0.15 | 329.68 | 0.56 | 0.67 |
Hex | DA | 7D | AC | 0 | 2B | 15 | F | 14A | 38 | 43 |
Octal | 332 | 175 | 254 | 0 | 53 | 25 | 17 | 512 | 70 | 103 |
Binary | 11011010 | 1111101 | 10101100 | 0 | 101011 | 10101 | 1111 | 101001010 | 111000 | 1000011 |
Color Harmonies of #DA7DAC
Complementary color
Monochromatic Colors of #DA7DAC
Black with #DA7DAC
Text Example
Text Example
White with #DA7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7DAC; }
p { color: rgb(218,125,172); }
H1.HeaderClassName
{
color: #DA7DAC;
}
.AnyTagClassName
{
color: #DA7DAC;
}
</style>
background-color css
<style>
a { background-color: #DA7DAC; }
a { background-color: rgb(218,125,172); }
div.DivClassName
{
background-color: #DA7DAC;
}
.BgClassName
{
background-color: #DA7DAC;
}
</style>
border-color css
<style>
span { border-color: #DA7DAC; }
span { border-color: rgb(218,125,172); }
td.TdClassName
{
border-color: #DA7DAC;
}
.TagClassName
{
border-color: #DA7DAC;
}
</style>