Shades of Kobi #DA81AF
Tints of Kobi #DA81AF
RGB
CMYK
RGB Variations
Color information
#DA81AF (or 0xDA81AF) is known color: Kobi. HEX triplet: DA, 81 and AF. RGB value is (218,129,175). Sum of RGB (Red+Green+Blue) = 218+129+175=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA81AF is #257E50. Grayscale: #A0A0A0. Windows color (decimal): -2457169 or 11502042. OLE color: 11502042.
HSL color Cylindrical-coordinate representation of color #DA81AF: hue angle of 328.99º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA81AF is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 129 | 175 | - |
CMYK | 0 | 0.41 | 0.20 | 0.15 |
HSL | 328.99º | 0.55% | 0.68% | - |
HSV(B) | 328.99º | 0.41% | 0.85% | - |
XYZ | 44.5 | 33.7 | 44.72 | - |
YUV | 160.86 | 135.99 | 168.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 129 | 175 | 0 | 0.41 | 0.20 | 0.15 | 328.99 | 0.55 | 0.68 |
Hex | DA | 81 | AF | 0 | 29 | 14 | F | 149 | 37 | 44 |
Octal | 332 | 201 | 257 | 0 | 51 | 24 | 17 | 511 | 67 | 104 |
Binary | 11011010 | 10000001 | 10101111 | 0 | 101001 | 10100 | 1111 | 101001001 | 110111 | 1000100 |
Color Harmonies of #DA81AF
Complementary color
Monochromatic Colors of #DA81AF
Black with #DA81AF
Text Example
Text Example
White with #DA81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81AF; }
p { color: rgb(218,129,175); }
H1.HeaderClassName
{
color: #DA81AF;
}
.AnyTagClassName
{
color: #DA81AF;
}
</style>
background-color css
<style>
a { background-color: #DA81AF; }
a { background-color: rgb(218,129,175); }
div.DivClassName
{
background-color: #DA81AF;
}
.BgClassName
{
background-color: #DA81AF;
}
</style>
border-color css
<style>
span { border-color: #DA81AF; }
span { border-color: rgb(218,129,175); }
td.TdClassName
{
border-color: #DA81AF;
}
.TagClassName
{
border-color: #DA81AF;
}
</style>