Shades of Kobi #DC7BAF
Tints of Kobi #DC7BAF
RGB
CMYK
RGB Variations
Color information
#DC7BAF (or 0xDC7BAF) is known color: Kobi. HEX triplet: DC, 7B and AF. RGB value is (220,123,175). Sum of RGB (Red+Green+Blue) = 220+123+175=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BAF is #238450. Grayscale: #9D9D9D. Windows color (decimal): -2327633 or 11500508. OLE color: 11500508.
HSL color Cylindrical-coordinate representation of color #DC7BAF: hue angle of 327.84º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BAF is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 175 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.14 |
| HSL | 327.84º | 0.58% | 0.67% | - |
| HSV(B) | 327.84º | 0.44% | 0.86% | - |
| XYZ | 44.34 | 32.48 | 44.49 | - |
| YUV | 157.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 175 | 0 | 0.44 | 0.20 | 0.14 | 327.84 | 0.58 | 0.67 |
| Hex | DC | 7B | AF | 0 | 2C | 14 | E | 148 | 3A | 43 |
| Octal | 334 | 173 | 257 | 0 | 54 | 24 | 16 | 510 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10101111 | 0 | 101100 | 10100 | 1110 | 101001000 | 111010 | 1000011 |
Color Harmonies of #DC7BAF
Complementary color
Monochromatic Colors of #DC7BAF
Black with #DC7BAF
Text Example
Text Example
White with #DC7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BAF; }
p { color: rgb(220,123,175); }
H1.HeaderClassName
{
color: #DC7BAF;
}
.AnyTagClassName
{
color: #DC7BAF;
}
</style>
background-color css
<style>
a { background-color: #DC7BAF; }
a { background-color: rgb(220,123,175); }
div.DivClassName
{
background-color: #DC7BAF;
}
.BgClassName
{
background-color: #DC7BAF;
}
</style>
border-color css
<style>
span { border-color: #DC7BAF; }
span { border-color: rgb(220,123,175); }
td.TdClassName
{
border-color: #DC7BAF;
}
.TagClassName
{
border-color: #DC7BAF;
}
</style>