Shades of Kobi #D481AF
Tints of Kobi #D481AF
RGB
CMYK
RGB Variations
Color information
#D481AF (or 0xD481AF) is known color: Kobi. HEX triplet: D4, 81 and AF. RGB value is (212,129,175). Sum of RGB (Red+Green+Blue) = 212+129+175=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D481AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D481AF is #2B7E50. Grayscale: #9E9E9E. Windows color (decimal): -2850385 or 11502036. OLE color: 11502036.
HSL color Cylindrical-coordinate representation of color #D481AF: hue angle of 326.75º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D481AF is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 175 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.17 |
| HSL | 326.75º | 0.49% | 0.67% | - |
| HSV(B) | 326.75º | 0.39% | 0.83% | - |
| XYZ | 42.74 | 32.79 | 44.63 | - |
| YUV | 159.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 175 | 0 | 0.39 | 0.17 | 0.17 | 326.75 | 0.49 | 0.67 |
| Hex | D4 | 81 | AF | 0 | 27 | 11 | 11 | 147 | 31 | 43 |
| Octal | 324 | 201 | 257 | 0 | 47 | 21 | 21 | 507 | 61 | 103 |
| Binary | 11010100 | 10000001 | 10101111 | 0 | 100111 | 10001 | 10001 | 101000111 | 110001 | 1000011 |
Color Harmonies of #D481AF
Complementary color
Monochromatic Colors of #D481AF
Black with #D481AF
Text Example
Text Example
White with #D481AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481AF; }
p { color: rgb(212,129,175); }
H1.HeaderClassName
{
color: #D481AF;
}
.AnyTagClassName
{
color: #D481AF;
}
</style>
background-color css
<style>
a { background-color: #D481AF; }
a { background-color: rgb(212,129,175); }
div.DivClassName
{
background-color: #D481AF;
}
.BgClassName
{
background-color: #D481AF;
}
</style>
border-color css
<style>
span { border-color: #D481AF; }
span { border-color: rgb(212,129,175); }
td.TdClassName
{
border-color: #D481AF;
}
.TagClassName
{
border-color: #D481AF;
}
</style>