Shades of Kobi #DC87B4
Tints of Kobi #DC87B4
RGB
CMYK
RGB Variations
Color information
#DC87B4 (or 0xDC87B4) is known color: Kobi. HEX triplet: DC, 87 and B4. RGB value is (220,135,180). Sum of RGB (Red+Green+Blue) = 220+135+180=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87B4 is #23784B. Grayscale: #A5A5A5. Windows color (decimal): -2324556 or 11831260. OLE color: 11831260.
HSL color Cylindrical-coordinate representation of color #DC87B4: hue angle of 328.24º 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 #DC87B4 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 180 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.14 |
| HSL | 328.24º | 0.55% | 0.7% | - |
| HSV(B) | 328.24º | 0.39% | 0.86% | - |
| XYZ | 46.42 | 35.84 | 47.65 | - |
| YUV | 165.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 180 | 0 | 0.39 | 0.18 | 0.14 | 328.24 | 0.55 | 0.7 |
| Hex | DC | 87 | B4 | 0 | 27 | 12 | E | 148 | 37 | 46 |
| Octal | 334 | 207 | 264 | 0 | 47 | 22 | 16 | 510 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10110100 | 0 | 100111 | 10010 | 1110 | 101001000 | 110111 | 1000110 |
Color Harmonies of #DC87B4
Complementary color
Monochromatic Colors of #DC87B4
Black with #DC87B4
Text Example
Text Example
White with #DC87B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87B4; }
p { color: rgb(220,135,180); }
H1.HeaderClassName
{
color: #DC87B4;
}
.AnyTagClassName
{
color: #DC87B4;
}
</style>
background-color css
<style>
a { background-color: #DC87B4; }
a { background-color: rgb(220,135,180); }
div.DivClassName
{
background-color: #DC87B4;
}
.BgClassName
{
background-color: #DC87B4;
}
</style>
border-color css
<style>
span { border-color: #DC87B4; }
span { border-color: rgb(220,135,180); }
td.TdClassName
{
border-color: #DC87B4;
}
.TagClassName
{
border-color: #DC87B4;
}
</style>