Shades of Kobi #DA84A4
Tints of Kobi #DA84A4
RGB
CMYK
RGB Variations
Color information
#DA84A4 (or 0xDA84A4) is known color: Kobi. HEX triplet: DA, 84 and A4. RGB value is (218,132,164). Sum of RGB (Red+Green+Blue) = 218+132+164=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84A4 is #257B5B. Grayscale: #A1A1A1. Windows color (decimal): -2456412 or 10781914. OLE color: 10781914.
HSL color Cylindrical-coordinate representation of color #DA84A4: hue angle of 337.67º 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 #DA84A4 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 164 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.15 |
| HSL | 337.67º | 0.54% | 0.69% | - |
| HSV(B) | 337.67º | 0.39% | 0.85% | - |
| XYZ | 43.87 | 34.09 | 39.39 | - |
| YUV | 161.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 164 | 0 | 0.39 | 0.25 | 0.15 | 337.67 | 0.54 | 0.69 |
| Hex | DA | 84 | A4 | 0 | 27 | 19 | F | 152 | 36 | 45 |
| Octal | 332 | 204 | 244 | 0 | 47 | 31 | 17 | 522 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10100100 | 0 | 100111 | 11001 | 1111 | 101010010 | 110110 | 1000101 |
Color Harmonies of #DA84A4
Complementary color
Monochromatic Colors of #DA84A4
Black with #DA84A4
Text Example
Text Example
White with #DA84A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84A4; }
p { color: rgb(218,132,164); }
H1.HeaderClassName
{
color: #DA84A4;
}
.AnyTagClassName
{
color: #DA84A4;
}
</style>
background-color css
<style>
a { background-color: #DA84A4; }
a { background-color: rgb(218,132,164); }
div.DivClassName
{
background-color: #DA84A4;
}
.BgClassName
{
background-color: #DA84A4;
}
</style>
border-color css
<style>
span { border-color: #DA84A4; }
span { border-color: rgb(218,132,164); }
td.TdClassName
{
border-color: #DA84A4;
}
.TagClassName
{
border-color: #DA84A4;
}
</style>