Shades of Kobi #DA90B3
Tints of Kobi #DA90B3
RGB
CMYK
RGB Variations
Color information
#DA90B3 (or 0xDA90B3) is known color: Kobi. HEX triplet: DA, 90 and B3. RGB value is (218,144,179). Sum of RGB (Red+Green+Blue) = 218+144+179=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90B3 is #256F4C. Grayscale: #AAAAAA. Windows color (decimal): -2453325 or 11768026. OLE color: 11768026.
HSL color Cylindrical-coordinate representation of color #DA90B3: hue angle of 331.62º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA90B3 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 179 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.15 |
| HSL | 331.62º | 0.5% | 0.71% | - |
| HSV(B) | 331.62º | 0.34% | 0.85% | - |
| XYZ | 47.02 | 38.11 | 47.52 | - |
| YUV | 170.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 179 | 0 | 0.34 | 0.18 | 0.15 | 331.62 | 0.5 | 0.71 |
| Hex | DA | 90 | B3 | 0 | 22 | 12 | F | 14C | 32 | 47 |
| Octal | 332 | 220 | 263 | 0 | 42 | 22 | 17 | 514 | 62 | 107 |
| Binary | 11011010 | 10010000 | 10110011 | 0 | 100010 | 10010 | 1111 | 101001100 | 110010 | 1000111 |
Color Harmonies of #DA90B3
Complementary color
Monochromatic Colors of #DA90B3
Black with #DA90B3
Text Example
Text Example
White with #DA90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90B3; }
p { color: rgb(218,144,179); }
H1.HeaderClassName
{
color: #DA90B3;
}
.AnyTagClassName
{
color: #DA90B3;
}
</style>
background-color css
<style>
a { background-color: #DA90B3; }
a { background-color: rgb(218,144,179); }
div.DivClassName
{
background-color: #DA90B3;
}
.BgClassName
{
background-color: #DA90B3;
}
</style>
border-color css
<style>
span { border-color: #DA90B3; }
span { border-color: rgb(218,144,179); }
td.TdClassName
{
border-color: #DA90B3;
}
.TagClassName
{
border-color: #DA90B3;
}
</style>