Shades of Kobi #DA94B2
Tints of Kobi #DA94B2
RGB
CMYK
RGB Variations
Color information
#DA94B2 (or 0xDA94B2) is known color: Kobi. HEX triplet: DA, 94 and B2. RGB value is (218,148,178). Sum of RGB (Red+Green+Blue) = 218+148+178=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA94B2 is #256B4D. Grayscale: #ACACAC. Windows color (decimal): -2452302 or 11703514. OLE color: 11703514.
HSL color Cylindrical-coordinate representation of color #DA94B2: hue angle of 334.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA94B2 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 178 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.15 |
| HSL | 334.29º | 0.49% | 0.72% | - |
| HSV(B) | 334.29º | 0.32% | 0.85% | - |
| XYZ | 47.54 | 39.3 | 47.2 | - |
| YUV | 172.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 178 | 0 | 0.32 | 0.18 | 0.15 | 334.29 | 0.49 | 0.72 |
| Hex | DA | 94 | B2 | 0 | 20 | 12 | F | 14E | 31 | 48 |
| Octal | 332 | 224 | 262 | 0 | 40 | 22 | 17 | 516 | 61 | 110 |
| Binary | 11011010 | 10010100 | 10110010 | 0 | 100000 | 10010 | 1111 | 101001110 | 110001 | 1001000 |
Color Harmonies of #DA94B2
Complementary color
Monochromatic Colors of #DA94B2
Black with #DA94B2
Text Example
Text Example
White with #DA94B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA94B2; }
p { color: rgb(218,148,178); }
H1.HeaderClassName
{
color: #DA94B2;
}
.AnyTagClassName
{
color: #DA94B2;
}
</style>
background-color css
<style>
a { background-color: #DA94B2; }
a { background-color: rgb(218,148,178); }
div.DivClassName
{
background-color: #DA94B2;
}
.BgClassName
{
background-color: #DA94B2;
}
</style>
border-color css
<style>
span { border-color: #DA94B2; }
span { border-color: rgb(218,148,178); }
td.TdClassName
{
border-color: #DA94B2;
}
.TagClassName
{
border-color: #DA94B2;
}
</style>