Shades of Kobi #DF7FAF
Tints of Kobi #DF7FAF
RGB
CMYK
RGB Variations
Color information
#DF7FAF (or 0xDF7FAF) is known color: Kobi. HEX triplet: DF, 7F and AF. RGB value is (223,127,175). Sum of RGB (Red+Green+Blue) = 223+127+175=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7FAF is #208050. Grayscale: #A1A1A1. Windows color (decimal): -2130001 or 11501535. OLE color: 11501535.
HSL color Cylindrical-coordinate representation of color #DF7FAF: hue angle of 330º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FAF is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 175 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.13 |
| HSL | 330º | 0.6% | 0.69% | - |
| HSV(B) | 330º | 0.43% | 0.87% | - |
| XYZ | 45.76 | 33.96 | 44.7 | - |
| YUV | 161.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 175 | 0 | 0.43 | 0.22 | 0.13 | 330 | 0.6 | 0.69 |
| Hex | DF | 7F | AF | 0 | 2B | 16 | D | 14A | 3C | 45 |
| Octal | 337 | 177 | 257 | 0 | 53 | 26 | 15 | 512 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10101111 | 0 | 101011 | 10110 | 1101 | 101001010 | 111100 | 1000101 |
Color Harmonies of #DF7FAF
Complementary color
Monochromatic Colors of #DF7FAF
Black with #DF7FAF
Text Example
Text Example
White with #DF7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FAF; }
p { color: rgb(223,127,175); }
H1.HeaderClassName
{
color: #DF7FAF;
}
.AnyTagClassName
{
color: #DF7FAF;
}
</style>
background-color css
<style>
a { background-color: #DF7FAF; }
a { background-color: rgb(223,127,175); }
div.DivClassName
{
background-color: #DF7FAF;
}
.BgClassName
{
background-color: #DF7FAF;
}
</style>
border-color css
<style>
span { border-color: #DF7FAF; }
span { border-color: rgb(223,127,175); }
td.TdClassName
{
border-color: #DF7FAF;
}
.TagClassName
{
border-color: #DF7FAF;
}
</style>