Shades of Kobi #DC87B2
Tints of Kobi #DC87B2
RGB
CMYK
RGB Variations
Color information
#DC87B2 (or 0xDC87B2) is known color: Kobi. HEX triplet: DC, 87 and B2. RGB value is (220,135,178). Sum of RGB (Red+Green+Blue) = 220+135+178=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87B2 is #23784D. Grayscale: #A5A5A5. Windows color (decimal): -2324558 or 11700188. OLE color: 11700188.
HSL color Cylindrical-coordinate representation of color #DC87B2: hue angle of 329.65º 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 #DC87B2 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 178 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.14 |
| HSL | 329.65º | 0.55% | 0.7% | - |
| HSV(B) | 329.65º | 0.39% | 0.86% | - |
| XYZ | 46.22 | 35.76 | 46.59 | - |
| YUV | 165.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 178 | 0 | 0.39 | 0.19 | 0.14 | 329.65 | 0.55 | 0.7 |
| Hex | DC | 87 | B2 | 0 | 27 | 13 | E | 14A | 37 | 46 |
| Octal | 334 | 207 | 262 | 0 | 47 | 23 | 16 | 512 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10110010 | 0 | 100111 | 10011 | 1110 | 101001010 | 110111 | 1000110 |
Color Harmonies of #DC87B2
Complementary color
Monochromatic Colors of #DC87B2
Black with #DC87B2
Text Example
Text Example
White with #DC87B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87B2; }
p { color: rgb(220,135,178); }
H1.HeaderClassName
{
color: #DC87B2;
}
.AnyTagClassName
{
color: #DC87B2;
}
</style>
background-color css
<style>
a { background-color: #DC87B2; }
a { background-color: rgb(220,135,178); }
div.DivClassName
{
background-color: #DC87B2;
}
.BgClassName
{
background-color: #DC87B2;
}
</style>
border-color css
<style>
span { border-color: #DC87B2; }
span { border-color: rgb(220,135,178); }
td.TdClassName
{
border-color: #DC87B2;
}
.TagClassName
{
border-color: #DC87B2;
}
</style>