Shades of Kobi #DA92AD
Tints of Kobi #DA92AD
RGB
CMYK
RGB Variations
Color information
#DA92AD (or 0xDA92AD) is known color: Kobi. HEX triplet: DA, 92 and AD. RGB value is (218,146,173). Sum of RGB (Red+Green+Blue) = 218+146+173=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA92AD is #256D52. Grayscale: #AAAAAA. Windows color (decimal): -2452819 or 11375322. OLE color: 11375322.
HSL color Cylindrical-coordinate representation of color #DA92AD: hue angle of 337.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA92AD is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 146 | 173 | - |
CMYK | 0 | 0.33 | 0.21 | 0.15 |
HSL | 337.5º | 0.49% | 0.71% | - |
HSV(B) | 337.5º | 0.33% | 0.85% | - |
XYZ | 46.74 | 38.48 | 44.5 | - |
YUV | 170.61 | 129.35 | 161.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 146 | 173 | 0 | 0.33 | 0.21 | 0.15 | 337.5 | 0.49 | 0.71 |
Hex | DA | 92 | AD | 0 | 21 | 15 | F | 152 | 31 | 47 |
Octal | 332 | 222 | 255 | 0 | 41 | 25 | 17 | 522 | 61 | 107 |
Binary | 11011010 | 10010010 | 10101101 | 0 | 100001 | 10101 | 1111 | 101010010 | 110001 | 1000111 |
Color Harmonies of #DA92AD
Complementary color
Monochromatic Colors of #DA92AD
Black with #DA92AD
Text Example
Text Example
White with #DA92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA92AD; }
p { color: rgb(218,146,173); }
H1.HeaderClassName
{
color: #DA92AD;
}
.AnyTagClassName
{
color: #DA92AD;
}
</style>
background-color css
<style>
a { background-color: #DA92AD; }
a { background-color: rgb(218,146,173); }
div.DivClassName
{
background-color: #DA92AD;
}
.BgClassName
{
background-color: #DA92AD;
}
</style>
border-color css
<style>
span { border-color: #DA92AD; }
span { border-color: rgb(218,146,173); }
td.TdClassName
{
border-color: #DA92AD;
}
.TagClassName
{
border-color: #DA92AD;
}
</style>