Shades of Kobi #DC87A5
Tints of Kobi #DC87A5
RGB
CMYK
RGB Variations
Color information
#DC87A5 (or 0xDC87A5) is known color: Kobi. HEX triplet: DC, 87 and A5. RGB value is (220,135,165). Sum of RGB (Red+Green+Blue) = 220+135+165=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87A5 is #23785A. Grayscale: #A3A3A3. Windows color (decimal): -2324571 or 10848220. OLE color: 10848220.
HSL color Cylindrical-coordinate representation of color #DC87A5: hue angle of 338.82º 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 #DC87A5 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 165 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.14 |
| HSL | 338.82º | 0.55% | 0.7% | - |
| HSV(B) | 338.82º | 0.39% | 0.86% | - |
| XYZ | 44.97 | 35.26 | 40.03 | - |
| YUV | 163.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 165 | 0 | 0.39 | 0.25 | 0.14 | 338.82 | 0.55 | 0.7 |
| Hex | DC | 87 | A5 | 0 | 27 | 19 | E | 153 | 37 | 46 |
| Octal | 334 | 207 | 245 | 0 | 47 | 31 | 16 | 523 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10100101 | 0 | 100111 | 11001 | 1110 | 101010011 | 110111 | 1000110 |
Color Harmonies of #DC87A5
Complementary color
Monochromatic Colors of #DC87A5
Black with #DC87A5
Text Example
Text Example
White with #DC87A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87A5; }
p { color: rgb(220,135,165); }
H1.HeaderClassName
{
color: #DC87A5;
}
.AnyTagClassName
{
color: #DC87A5;
}
</style>
background-color css
<style>
a { background-color: #DC87A5; }
a { background-color: rgb(220,135,165); }
div.DivClassName
{
background-color: #DC87A5;
}
.BgClassName
{
background-color: #DC87A5;
}
</style>
border-color css
<style>
span { border-color: #DC87A5; }
span { border-color: rgb(220,135,165); }
td.TdClassName
{
border-color: #DC87A5;
}
.TagClassName
{
border-color: #DC87A5;
}
</style>