Shades of Kobi #D585AF
Tints of Kobi #D585AF
RGB
CMYK
RGB Variations
Color information
#D585AF (or 0xD585AF) is known color: Kobi. HEX triplet: D5, 85 and AF. RGB value is (213,133,175). Sum of RGB (Red+Green+Blue) = 213+133+175=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D585AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D585AF is #2A7A50. Grayscale: #A1A1A1. Windows color (decimal): -2783825 or 11503061. OLE color: 11503061.
HSL color Cylindrical-coordinate representation of color #D585AF: hue angle of 328.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D585AF is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 175 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.16 |
| HSL | 328.5º | 0.49% | 0.68% | - |
| HSV(B) | 328.5º | 0.38% | 0.84% | - |
| XYZ | 43.57 | 34.02 | 44.83 | - |
| YUV | 161.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 175 | 0 | 0.38 | 0.18 | 0.16 | 328.5 | 0.49 | 0.68 |
| Hex | D5 | 85 | AF | 0 | 26 | 12 | 10 | 148 | 31 | 44 |
| Octal | 325 | 205 | 257 | 0 | 46 | 22 | 20 | 510 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10101111 | 0 | 100110 | 10010 | 10000 | 101001000 | 110001 | 1000100 |
Color Harmonies of #D585AF
Complementary color
Monochromatic Colors of #D585AF
Black with #D585AF
Text Example
Text Example
White with #D585AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585AF; }
p { color: rgb(213,133,175); }
H1.HeaderClassName
{
color: #D585AF;
}
.AnyTagClassName
{
color: #D585AF;
}
</style>
background-color css
<style>
a { background-color: #D585AF; }
a { background-color: rgb(213,133,175); }
div.DivClassName
{
background-color: #D585AF;
}
.BgClassName
{
background-color: #D585AF;
}
</style>
border-color css
<style>
span { border-color: #D585AF; }
span { border-color: rgb(213,133,175); }
td.TdClassName
{
border-color: #D585AF;
}
.TagClassName
{
border-color: #D585AF;
}
</style>