Shades of Kobi #DC7FA4
Tints of Kobi #DC7FA4
RGB
CMYK
RGB Variations
Color information
#DC7FA4 (or 0xDC7FA4) is known color: Kobi. HEX triplet: DC, 7F and A4. RGB value is (220,127,164). Sum of RGB (Red+Green+Blue) = 220+127+164=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7FA4 is #23805B. Grayscale: #9E9E9E. Windows color (decimal): -2326620 or 10780636. OLE color: 10780636.
HSL color Cylindrical-coordinate representation of color #DC7FA4: hue angle of 336.13º 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 #DC7FA4 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 164 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.14 |
| HSL | 336.13º | 0.57% | 0.68% | - |
| HSV(B) | 336.13º | 0.42% | 0.86% | - |
| XYZ | 43.81 | 33.07 | 39.2 | - |
| YUV | 159.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 164 | 0 | 0.42 | 0.25 | 0.14 | 336.13 | 0.57 | 0.68 |
| Hex | DC | 7F | A4 | 0 | 2A | 19 | E | 150 | 39 | 44 |
| Octal | 334 | 177 | 244 | 0 | 52 | 31 | 16 | 520 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10100100 | 0 | 101010 | 11001 | 1110 | 101010000 | 111001 | 1000100 |
Color Harmonies of #DC7FA4
Complementary color
Monochromatic Colors of #DC7FA4
Black with #DC7FA4
Text Example
Text Example
White with #DC7FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FA4; }
p { color: rgb(220,127,164); }
H1.HeaderClassName
{
color: #DC7FA4;
}
.AnyTagClassName
{
color: #DC7FA4;
}
</style>
background-color css
<style>
a { background-color: #DC7FA4; }
a { background-color: rgb(220,127,164); }
div.DivClassName
{
background-color: #DC7FA4;
}
.BgClassName
{
background-color: #DC7FA4;
}
</style>
border-color css
<style>
span { border-color: #DC7FA4; }
span { border-color: rgb(220,127,164); }
td.TdClassName
{
border-color: #DC7FA4;
}
.TagClassName
{
border-color: #DC7FA4;
}
</style>