Shades of Kobi #DA92A8
Tints of Kobi #DA92A8
RGB
CMYK
RGB Variations
Color information
#DA92A8 (or 0xDA92A8) is known color: Kobi. HEX triplet: DA, 92 and A8. RGB value is (218,146,168). Sum of RGB (Red+Green+Blue) = 218+146+168=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA92A8 is #256D57. Grayscale: #AAAAAA. Windows color (decimal): -2452824 or 11047642. OLE color: 11047642.
HSL color Cylindrical-coordinate representation of color #DA92A8: hue angle of 341.67º 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 #DA92A8 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 168 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.15 |
| HSL | 341.67º | 0.49% | 0.71% | - |
| HSV(B) | 341.67º | 0.33% | 0.85% | - |
| XYZ | 46.26 | 38.29 | 42 | - |
| YUV | 170.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 168 | 0 | 0.33 | 0.23 | 0.15 | 341.67 | 0.49 | 0.71 |
| Hex | DA | 92 | A8 | 0 | 21 | 17 | F | 156 | 31 | 47 |
| Octal | 332 | 222 | 250 | 0 | 41 | 27 | 17 | 526 | 61 | 107 |
| Binary | 11011010 | 10010010 | 10101000 | 0 | 100001 | 10111 | 1111 | 101010110 | 110001 | 1000111 |
Color Harmonies of #DA92A8
Complementary color
Monochromatic Colors of #DA92A8
Black with #DA92A8
Text Example
Text Example
White with #DA92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA92A8; }
p { color: rgb(218,146,168); }
H1.HeaderClassName
{
color: #DA92A8;
}
.AnyTagClassName
{
color: #DA92A8;
}
</style>
background-color css
<style>
a { background-color: #DA92A8; }
a { background-color: rgb(218,146,168); }
div.DivClassName
{
background-color: #DA92A8;
}
.BgClassName
{
background-color: #DA92A8;
}
</style>
border-color css
<style>
span { border-color: #DA92A8; }
span { border-color: rgb(218,146,168); }
td.TdClassName
{
border-color: #DA92A8;
}
.TagClassName
{
border-color: #DA92A8;
}
</style>