Shades of Kobi #DC7FAB
Tints of Kobi #DC7FAB
RGB
CMYK
RGB Variations
Color information
#DC7FAB (or 0xDC7FAB) is known color: Kobi. HEX triplet: DC, 7F and AB. RGB value is (220,127,171). Sum of RGB (Red+Green+Blue) = 220+127+171=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7FAB is #238054. Grayscale: #9F9F9F. Windows color (decimal): -2326613 or 11239388. OLE color: 11239388.
HSL color Cylindrical-coordinate representation of color #DC7FAB: hue angle of 331.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FAB is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 171 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.14 |
| HSL | 331.61º | 0.57% | 0.68% | - |
| HSV(B) | 331.61º | 0.42% | 0.86% | - |
| XYZ | 44.46 | 33.33 | 42.62 | - |
| YUV | 159.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 171 | 0 | 0.42 | 0.22 | 0.14 | 331.61 | 0.57 | 0.68 |
| Hex | DC | 7F | AB | 0 | 2A | 16 | E | 14C | 39 | 44 |
| Octal | 334 | 177 | 253 | 0 | 52 | 26 | 16 | 514 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10101011 | 0 | 101010 | 10110 | 1110 | 101001100 | 111001 | 1000100 |
Color Harmonies of #DC7FAB
Complementary color
Monochromatic Colors of #DC7FAB
Black with #DC7FAB
Text Example
Text Example
White with #DC7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FAB; }
p { color: rgb(220,127,171); }
H1.HeaderClassName
{
color: #DC7FAB;
}
.AnyTagClassName
{
color: #DC7FAB;
}
</style>
background-color css
<style>
a { background-color: #DC7FAB; }
a { background-color: rgb(220,127,171); }
div.DivClassName
{
background-color: #DC7FAB;
}
.BgClassName
{
background-color: #DC7FAB;
}
</style>
border-color css
<style>
span { border-color: #DC7FAB; }
span { border-color: rgb(220,127,171); }
td.TdClassName
{
border-color: #DC7FAB;
}
.TagClassName
{
border-color: #DC7FAB;
}
</style>