Shades of Kobi #D07FAC
Tints of Kobi #D07FAC
RGB
CMYK
RGB Variations
Color information
#D07FAC (or 0xD07FAC) is known color: Kobi. HEX triplet: D0, 7F and AC. RGB value is (208,127,172). Sum of RGB (Red+Green+Blue) = 208+127+172=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FAC is #2F8053. Grayscale: #9C9C9C. Windows color (decimal): -3113044 or 11304912. OLE color: 11304912.
HSL color Cylindrical-coordinate representation of color #D07FAC: hue angle of 326.67º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FAC is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 172 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.18 |
| HSL | 326.67º | 0.46% | 0.66% | - |
| HSV(B) | 326.67º | 0.39% | 0.82% | - |
| XYZ | 41.05 | 31.57 | 42.96 | - |
| YUV | 156.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 172 | 0 | 0.39 | 0.17 | 0.18 | 326.67 | 0.46 | 0.66 |
| Hex | D0 | 7F | AC | 0 | 27 | 11 | 12 | 147 | 2E | 42 |
| Octal | 320 | 177 | 254 | 0 | 47 | 21 | 22 | 507 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10101100 | 0 | 100111 | 10001 | 10010 | 101000111 | 101110 | 1000010 |
Color Harmonies of #D07FAC
Complementary color
Monochromatic Colors of #D07FAC
Black with #D07FAC
Text Example
Text Example
White with #D07FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FAC; }
p { color: rgb(208,127,172); }
H1.HeaderClassName
{
color: #D07FAC;
}
.AnyTagClassName
{
color: #D07FAC;
}
</style>
background-color css
<style>
a { background-color: #D07FAC; }
a { background-color: rgb(208,127,172); }
div.DivClassName
{
background-color: #D07FAC;
}
.BgClassName
{
background-color: #D07FAC;
}
</style>
border-color css
<style>
span { border-color: #D07FAC; }
span { border-color: rgb(208,127,172); }
td.TdClassName
{
border-color: #D07FAC;
}
.TagClassName
{
border-color: #D07FAC;
}
</style>