Shades of Kobi #DC87AA
Tints of Kobi #DC87AA
RGB
CMYK
RGB Variations
Color information
#DC87AA (or 0xDC87AA) is known color: Kobi. HEX triplet: DC, 87 and AA. RGB value is (220,135,170). Sum of RGB (Red+Green+Blue) = 220+135+170=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87AA is #237855. Grayscale: #A4A4A4. Windows color (decimal): -2324566 or 11175900. OLE color: 11175900.
HSL color Cylindrical-coordinate representation of color #DC87AA: hue angle of 335.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87AA is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 170 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.14 |
| HSL | 335.29º | 0.55% | 0.7% | - |
| HSV(B) | 335.29º | 0.39% | 0.86% | - |
| XYZ | 45.43 | 35.45 | 42.48 | - |
| YUV | 164.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 170 | 0 | 0.39 | 0.23 | 0.14 | 335.29 | 0.55 | 0.7 |
| Hex | DC | 87 | AA | 0 | 27 | 17 | E | 14F | 37 | 46 |
| Octal | 334 | 207 | 252 | 0 | 47 | 27 | 16 | 517 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10101010 | 0 | 100111 | 10111 | 1110 | 101001111 | 110111 | 1000110 |
Color Harmonies of #DC87AA
Complementary color
Monochromatic Colors of #DC87AA
Black with #DC87AA
Text Example
Text Example
White with #DC87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87AA; }
p { color: rgb(220,135,170); }
H1.HeaderClassName
{
color: #DC87AA;
}
.AnyTagClassName
{
color: #DC87AA;
}
</style>
background-color css
<style>
a { background-color: #DC87AA; }
a { background-color: rgb(220,135,170); }
div.DivClassName
{
background-color: #DC87AA;
}
.BgClassName
{
background-color: #DC87AA;
}
</style>
border-color css
<style>
span { border-color: #DC87AA; }
span { border-color: rgb(220,135,170); }
td.TdClassName
{
border-color: #DC87AA;
}
.TagClassName
{
border-color: #DC87AA;
}
</style>