Shades of Kobi #DA95B2
Tints of Kobi #DA95B2
RGB
CMYK
RGB Variations
Color information
#DA95B2 (or 0xDA95B2) is known color: Kobi. HEX triplet: DA, 95 and B2. RGB value is (218,149,178). Sum of RGB (Red+Green+Blue) = 218+149+178=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA95B2 is #256A4D. Grayscale: #ACACAC. Windows color (decimal): -2452046 or 11703770. OLE color: 11703770.
HSL color Cylindrical-coordinate representation of color #DA95B2: hue angle of 334.78º degrees, saturation: 0.48, 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 #DA95B2 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 178 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.15 |
| HSL | 334.78º | 0.48% | 0.72% | - |
| HSV(B) | 334.78º | 0.32% | 0.85% | - |
| XYZ | 47.7 | 39.61 | 47.25 | - |
| YUV | 172.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 178 | 0 | 0.32 | 0.18 | 0.15 | 334.78 | 0.48 | 0.72 |
| Hex | DA | 95 | B2 | 0 | 20 | 12 | F | 14F | 30 | 48 |
| Octal | 332 | 225 | 262 | 0 | 40 | 22 | 17 | 517 | 60 | 110 |
| Binary | 11011010 | 10010101 | 10110010 | 0 | 100000 | 10010 | 1111 | 101001111 | 110000 | 1001000 |
Color Harmonies of #DA95B2
Complementary color
Monochromatic Colors of #DA95B2
Black with #DA95B2
Text Example
Text Example
White with #DA95B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA95B2; }
p { color: rgb(218,149,178); }
H1.HeaderClassName
{
color: #DA95B2;
}
.AnyTagClassName
{
color: #DA95B2;
}
</style>
background-color css
<style>
a { background-color: #DA95B2; }
a { background-color: rgb(218,149,178); }
div.DivClassName
{
background-color: #DA95B2;
}
.BgClassName
{
background-color: #DA95B2;
}
</style>
border-color css
<style>
span { border-color: #DA95B2; }
span { border-color: rgb(218,149,178); }
td.TdClassName
{
border-color: #DA95B2;
}
.TagClassName
{
border-color: #DA95B2;
}
</style>