Shades of Kobi #DA85A8
Tints of Kobi #DA85A8
RGB
CMYK
RGB Variations
Color information
#DA85A8 (or 0xDA85A8) is known color: Kobi. HEX triplet: DA, 85 and A8. RGB value is (218,133,168). Sum of RGB (Red+Green+Blue) = 218+133+168=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85A8 is #257A57. Grayscale: #A2A2A2. Windows color (decimal): -2456152 or 11044314. OLE color: 11044314.
HSL color Cylindrical-coordinate representation of color #DA85A8: hue angle of 335.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA85A8 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 133 | 168 | - |
CMYK | 0 | 0.39 | 0.23 | 0.15 |
HSL | 335.29º | 0.53% | 0.69% | - |
HSV(B) | 335.29º | 0.39% | 0.85% | - |
XYZ | 44.37 | 34.51 | 41.37 | - |
YUV | 162.41 | 131.16 | 167.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 133 | 168 | 0 | 0.39 | 0.23 | 0.15 | 335.29 | 0.53 | 0.69 |
Hex | DA | 85 | A8 | 0 | 27 | 17 | F | 14F | 35 | 45 |
Octal | 332 | 205 | 250 | 0 | 47 | 27 | 17 | 517 | 65 | 105 |
Binary | 11011010 | 10000101 | 10101000 | 0 | 100111 | 10111 | 1111 | 101001111 | 110101 | 1000101 |
Color Harmonies of #DA85A8
Complementary color
Monochromatic Colors of #DA85A8
Black with #DA85A8
Text Example
Text Example
White with #DA85A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85A8; }
p { color: rgb(218,133,168); }
H1.HeaderClassName
{
color: #DA85A8;
}
.AnyTagClassName
{
color: #DA85A8;
}
</style>
background-color css
<style>
a { background-color: #DA85A8; }
a { background-color: rgb(218,133,168); }
div.DivClassName
{
background-color: #DA85A8;
}
.BgClassName
{
background-color: #DA85A8;
}
</style>
border-color css
<style>
span { border-color: #DA85A8; }
span { border-color: rgb(218,133,168); }
td.TdClassName
{
border-color: #DA85A8;
}
.TagClassName
{
border-color: #DA85A8;
}
</style>