Shades of Kobi #DA84AF
Tints of Kobi #DA84AF
RGB
CMYK
RGB Variations
Color information
#DA84AF (or 0xDA84AF) is known color: Kobi. HEX triplet: DA, 84 and AF. RGB value is (218,132,175). Sum of RGB (Red+Green+Blue) = 218+132+175=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84AF is #257B50. Grayscale: #A2A2A2. Windows color (decimal): -2456401 or 11502810. OLE color: 11502810.
HSL color Cylindrical-coordinate representation of color #DA84AF: hue angle of 330º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA84AF is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 175 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.15 |
| HSL | 330º | 0.54% | 0.69% | - |
| HSV(B) | 330º | 0.39% | 0.85% | - |
| XYZ | 44.9 | 34.5 | 44.85 | - |
| YUV | 162.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 175 | 0 | 0.39 | 0.20 | 0.15 | 330 | 0.54 | 0.69 |
| Hex | DA | 84 | AF | 0 | 27 | 14 | F | 14A | 36 | 45 |
| Octal | 332 | 204 | 257 | 0 | 47 | 24 | 17 | 512 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10101111 | 0 | 100111 | 10100 | 1111 | 101001010 | 110110 | 1000101 |
Color Harmonies of #DA84AF
Complementary color
Monochromatic Colors of #DA84AF
Black with #DA84AF
Text Example
Text Example
White with #DA84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84AF; }
p { color: rgb(218,132,175); }
H1.HeaderClassName
{
color: #DA84AF;
}
.AnyTagClassName
{
color: #DA84AF;
}
</style>
background-color css
<style>
a { background-color: #DA84AF; }
a { background-color: rgb(218,132,175); }
div.DivClassName
{
background-color: #DA84AF;
}
.BgClassName
{
background-color: #DA84AF;
}
</style>
border-color css
<style>
span { border-color: #DA84AF; }
span { border-color: rgb(218,132,175); }
td.TdClassName
{
border-color: #DA84AF;
}
.TagClassName
{
border-color: #DA84AF;
}
</style>