Shades of Kobi #DA92B2
Tints of Kobi #DA92B2
RGB
CMYK
RGB Variations
Color information
#DA92B2 (or 0xDA92B2) is known color: Kobi. HEX triplet: DA, 92 and B2. RGB value is (218,146,178). Sum of RGB (Red+Green+Blue) = 218+146+178=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA92B2 is #256D4D. Grayscale: #ABABAB. Windows color (decimal): -2452814 or 11703002. OLE color: 11703002.
HSL color Cylindrical-coordinate representation of color #DA92B2: hue angle of 333.33º 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 #DA92B2 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 178 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.15 |
| HSL | 333.33º | 0.49% | 0.71% | - |
| HSV(B) | 333.33º | 0.33% | 0.85% | - |
| XYZ | 47.23 | 38.68 | 47.1 | - |
| YUV | 171.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 178 | 0 | 0.33 | 0.18 | 0.15 | 333.33 | 0.49 | 0.71 |
| Hex | DA | 92 | B2 | 0 | 21 | 12 | F | 14D | 31 | 47 |
| Octal | 332 | 222 | 262 | 0 | 41 | 22 | 17 | 515 | 61 | 107 |
| Binary | 11011010 | 10010010 | 10110010 | 0 | 100001 | 10010 | 1111 | 101001101 | 110001 | 1000111 |
Color Harmonies of #DA92B2
Complementary color
Monochromatic Colors of #DA92B2
Black with #DA92B2
Text Example
Text Example
White with #DA92B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA92B2; }
p { color: rgb(218,146,178); }
H1.HeaderClassName
{
color: #DA92B2;
}
.AnyTagClassName
{
color: #DA92B2;
}
</style>
background-color css
<style>
a { background-color: #DA92B2; }
a { background-color: rgb(218,146,178); }
div.DivClassName
{
background-color: #DA92B2;
}
.BgClassName
{
background-color: #DA92B2;
}
</style>
border-color css
<style>
span { border-color: #DA92B2; }
span { border-color: rgb(218,146,178); }
td.TdClassName
{
border-color: #DA92B2;
}
.TagClassName
{
border-color: #DA92B2;
}
</style>