Shades of Kobi #D47FAD
Tints of Kobi #D47FAD
RGB
CMYK
RGB Variations
Color information
#D47FAD (or 0xD47FAD) is known color: Kobi. HEX triplet: D4, 7F and AD. RGB value is (212,127,173). Sum of RGB (Red+Green+Blue) = 212+127+173=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FAD is #2B8052. Grayscale: #9D9D9D. Windows color (decimal): -2850899 or 11370452. OLE color: 11370452.
HSL color Cylindrical-coordinate representation of color #D47FAD: hue angle of 327.53º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47FAD is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 173 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.17 |
| HSL | 327.53º | 0.5% | 0.66% | - |
| HSV(B) | 327.53º | 0.4% | 0.83% | - |
| XYZ | 42.28 | 32.19 | 43.52 | - |
| YUV | 157.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 173 | 0 | 0.40 | 0.18 | 0.17 | 327.53 | 0.5 | 0.66 |
| Hex | D4 | 7F | AD | 0 | 28 | 12 | 11 | 148 | 32 | 42 |
| Octal | 324 | 177 | 255 | 0 | 50 | 22 | 21 | 510 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10101101 | 0 | 101000 | 10010 | 10001 | 101001000 | 110010 | 1000010 |
Color Harmonies of #D47FAD
Complementary color
Monochromatic Colors of #D47FAD
Black with #D47FAD
Text Example
Text Example
White with #D47FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FAD; }
p { color: rgb(212,127,173); }
H1.HeaderClassName
{
color: #D47FAD;
}
.AnyTagClassName
{
color: #D47FAD;
}
</style>
background-color css
<style>
a { background-color: #D47FAD; }
a { background-color: rgb(212,127,173); }
div.DivClassName
{
background-color: #D47FAD;
}
.BgClassName
{
background-color: #D47FAD;
}
</style>
border-color css
<style>
span { border-color: #D47FAD; }
span { border-color: rgb(212,127,173); }
td.TdClassName
{
border-color: #D47FAD;
}
.TagClassName
{
border-color: #D47FAD;
}
</style>