Shades of Kobi #DA92B1
Tints of Kobi #DA92B1
RGB
CMYK
RGB Variations
Color information
#DA92B1 (or 0xDA92B1) is known color: Kobi. HEX triplet: DA, 92 and B1. RGB value is (218,146,177). Sum of RGB (Red+Green+Blue) = 218+146+177=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA92B1 is #256D4E. Grayscale: #ABABAB. Windows color (decimal): -2452815 or 11637466. OLE color: 11637466.
HSL color Cylindrical-coordinate representation of color #DA92B1: hue angle of 334.17º 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 #DA92B1 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 177 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.15 |
| HSL | 334.17º | 0.49% | 0.71% | - |
| HSV(B) | 334.17º | 0.33% | 0.85% | - |
| XYZ | 47.13 | 38.64 | 46.57 | - |
| YUV | 171.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 177 | 0 | 0.33 | 0.19 | 0.15 | 334.17 | 0.49 | 0.71 |
| Hex | DA | 92 | B1 | 0 | 21 | 13 | F | 14E | 31 | 47 |
| Octal | 332 | 222 | 261 | 0 | 41 | 23 | 17 | 516 | 61 | 107 |
| Binary | 11011010 | 10010010 | 10110001 | 0 | 100001 | 10011 | 1111 | 101001110 | 110001 | 1000111 |
Color Harmonies of #DA92B1
Complementary color
Monochromatic Colors of #DA92B1
Black with #DA92B1
Text Example
Text Example
White with #DA92B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA92B1; }
p { color: rgb(218,146,177); }
H1.HeaderClassName
{
color: #DA92B1;
}
.AnyTagClassName
{
color: #DA92B1;
}
</style>
background-color css
<style>
a { background-color: #DA92B1; }
a { background-color: rgb(218,146,177); }
div.DivClassName
{
background-color: #DA92B1;
}
.BgClassName
{
background-color: #DA92B1;
}
</style>
border-color css
<style>
span { border-color: #DA92B1; }
span { border-color: rgb(218,146,177); }
td.TdClassName
{
border-color: #DA92B1;
}
.TagClassName
{
border-color: #DA92B1;
}
</style>