Shades of Kobi #DA9CB2
Tints of Kobi #DA9CB2
RGB
CMYK
RGB Variations
Color information
#DA9CB2 (or 0xDA9CB2) is known color: Kobi. HEX triplet: DA, 9C and B2. RGB value is (218,156,178). Sum of RGB (Red+Green+Blue) = 218+156+178=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9CB2 is #25634D. Grayscale: #B1B1B1. Windows color (decimal): -2450254 or 11705562. OLE color: 11705562.
HSL color Cylindrical-coordinate representation of color #DA9CB2: hue angle of 338.71º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9CB2 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 178 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.15 |
| HSL | 338.71º | 0.46% | 0.73% | - |
| HSV(B) | 338.71º | 0.28% | 0.85% | - |
| XYZ | 48.84 | 41.9 | 47.63 | - |
| YUV | 177.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 178 | 0 | 0.28 | 0.18 | 0.15 | 338.71 | 0.46 | 0.73 |
| Hex | DA | 9C | B2 | 0 | 1C | 12 | F | 153 | 2E | 49 |
| Octal | 332 | 234 | 262 | 0 | 34 | 22 | 17 | 523 | 56 | 111 |
| Binary | 11011010 | 10011100 | 10110010 | 0 | 11100 | 10010 | 1111 | 101010011 | 101110 | 1001001 |
Color Harmonies of #DA9CB2
Complementary color
Monochromatic Colors of #DA9CB2
Black with #DA9CB2
Text Example
Text Example
White with #DA9CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9CB2; }
p { color: rgb(218,156,178); }
H1.HeaderClassName
{
color: #DA9CB2;
}
.AnyTagClassName
{
color: #DA9CB2;
}
</style>
background-color css
<style>
a { background-color: #DA9CB2; }
a { background-color: rgb(218,156,178); }
div.DivClassName
{
background-color: #DA9CB2;
}
.BgClassName
{
background-color: #DA9CB2;
}
</style>
border-color css
<style>
span { border-color: #DA9CB2; }
span { border-color: rgb(218,156,178); }
td.TdClassName
{
border-color: #DA9CB2;
}
.TagClassName
{
border-color: #DA9CB2;
}
</style>