Shades of Kobi #DA8FB4
Tints of Kobi #DA8FB4
RGB
CMYK
RGB Variations
Color information
#DA8FB4 (or 0xDA8FB4) is known color: Kobi. HEX triplet: DA, 8F and B4. RGB value is (218,143,180). Sum of RGB (Red+Green+Blue) = 218+143+180=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FB4 is #25704B. Grayscale: #A9A9A9. Windows color (decimal): -2453580 or 11833306. OLE color: 11833306.
HSL color Cylindrical-coordinate representation of color #DA8FB4: hue angle of 330.4º 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 #DA8FB4 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 180 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.15 |
| HSL | 330.4º | 0.5% | 0.71% | - |
| HSV(B) | 330.4º | 0.34% | 0.85% | - |
| XYZ | 46.97 | 37.85 | 48.01 | - |
| YUV | 169.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 180 | 0 | 0.34 | 0.17 | 0.15 | 330.4 | 0.5 | 0.71 |
| Hex | DA | 8F | B4 | 0 | 22 | 11 | F | 14A | 32 | 47 |
| Octal | 332 | 217 | 264 | 0 | 42 | 21 | 17 | 512 | 62 | 107 |
| Binary | 11011010 | 10001111 | 10110100 | 0 | 100010 | 10001 | 1111 | 101001010 | 110010 | 1000111 |
Color Harmonies of #DA8FB4
Complementary color
Monochromatic Colors of #DA8FB4
Black with #DA8FB4
Text Example
Text Example
White with #DA8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FB4; }
p { color: rgb(218,143,180); }
H1.HeaderClassName
{
color: #DA8FB4;
}
.AnyTagClassName
{
color: #DA8FB4;
}
</style>
background-color css
<style>
a { background-color: #DA8FB4; }
a { background-color: rgb(218,143,180); }
div.DivClassName
{
background-color: #DA8FB4;
}
.BgClassName
{
background-color: #DA8FB4;
}
</style>
border-color css
<style>
span { border-color: #DA8FB4; }
span { border-color: rgb(218,143,180); }
td.TdClassName
{
border-color: #DA8FB4;
}
.TagClassName
{
border-color: #DA8FB4;
}
</style>