Shades of Kobi #DA8DB4
Tints of Kobi #DA8DB4
RGB
CMYK
RGB Variations
Color information
#DA8DB4 (or 0xDA8DB4) is known color: Kobi. HEX triplet: DA, 8D and B4. RGB value is (218,141,180). Sum of RGB (Red+Green+Blue) = 218+141+180=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DB4 is #25724B. Grayscale: #A8A8A8. Windows color (decimal): -2454092 or 11832794. OLE color: 11832794.
HSL color Cylindrical-coordinate representation of color #DA8DB4: hue angle of 329.61º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8DB4 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 180 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.15 |
| HSL | 329.61º | 0.51% | 0.7% | - |
| HSV(B) | 329.61º | 0.35% | 0.85% | - |
| XYZ | 46.68 | 37.25 | 47.91 | - |
| YUV | 168.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 180 | 0 | 0.35 | 0.17 | 0.15 | 329.61 | 0.51 | 0.7 |
| Hex | DA | 8D | B4 | 0 | 23 | 11 | F | 14A | 33 | 46 |
| Octal | 332 | 215 | 264 | 0 | 43 | 21 | 17 | 512 | 63 | 106 |
| Binary | 11011010 | 10001101 | 10110100 | 0 | 100011 | 10001 | 1111 | 101001010 | 110011 | 1000110 |
Color Harmonies of #DA8DB4
Complementary color
Monochromatic Colors of #DA8DB4
Black with #DA8DB4
Text Example
Text Example
White with #DA8DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DB4; }
p { color: rgb(218,141,180); }
H1.HeaderClassName
{
color: #DA8DB4;
}
.AnyTagClassName
{
color: #DA8DB4;
}
</style>
background-color css
<style>
a { background-color: #DA8DB4; }
a { background-color: rgb(218,141,180); }
div.DivClassName
{
background-color: #DA8DB4;
}
.BgClassName
{
background-color: #DA8DB4;
}
</style>
border-color css
<style>
span { border-color: #DA8DB4; }
span { border-color: rgb(218,141,180); }
td.TdClassName
{
border-color: #DA8DB4;
}
.TagClassName
{
border-color: #DA8DB4;
}
</style>