Shades of Kobi #D27FAE
Tints of Kobi #D27FAE
RGB
CMYK
RGB Variations
Color information
#D27FAE (or 0xD27FAE) is known color: Kobi. HEX triplet: D2, 7F and AE. RGB value is (210,127,174). Sum of RGB (Red+Green+Blue) = 210+127+174=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27FAE is #2D8051. Grayscale: #9D9D9D. Windows color (decimal): -2981970 or 11435986. OLE color: 11435986.
HSL color Cylindrical-coordinate representation of color #D27FAE: hue angle of 326.02º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27FAE is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 174 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.18 |
| HSL | 326.02º | 0.48% | 0.66% | - |
| HSV(B) | 326.02º | 0.4% | 0.82% | - |
| XYZ | 41.81 | 31.94 | 44.01 | - |
| YUV | 157.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 174 | 0 | 0.40 | 0.17 | 0.18 | 326.02 | 0.48 | 0.66 |
| Hex | D2 | 7F | AE | 0 | 28 | 11 | 12 | 146 | 30 | 42 |
| Octal | 322 | 177 | 256 | 0 | 50 | 21 | 22 | 506 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10101110 | 0 | 101000 | 10001 | 10010 | 101000110 | 110000 | 1000010 |
Color Harmonies of #D27FAE
Complementary color
Monochromatic Colors of #D27FAE
Black with #D27FAE
Text Example
Text Example
White with #D27FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FAE; }
p { color: rgb(210,127,174); }
H1.HeaderClassName
{
color: #D27FAE;
}
.AnyTagClassName
{
color: #D27FAE;
}
</style>
background-color css
<style>
a { background-color: #D27FAE; }
a { background-color: rgb(210,127,174); }
div.DivClassName
{
background-color: #D27FAE;
}
.BgClassName
{
background-color: #D27FAE;
}
</style>
border-color css
<style>
span { border-color: #D27FAE; }
span { border-color: rgb(210,127,174); }
td.TdClassName
{
border-color: #D27FAE;
}
.TagClassName
{
border-color: #D27FAE;
}
</style>