Shades of Kobi #D27DAD
Tints of Kobi #D27DAD
RGB
CMYK
RGB Variations
Color information
#D27DAD (or 0xD27DAD) is known color: Kobi. HEX triplet: D2, 7D and AD. RGB value is (210,125,173). Sum of RGB (Red+Green+Blue) = 210+125+173=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DAD is #2D8252. Grayscale: #9B9B9B. Windows color (decimal): -2982483 or 11369938. OLE color: 11369938.
HSL color Cylindrical-coordinate representation of color #D27DAD: hue angle of 326.12º degrees, saturation: 0.49, 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 #D27DAD is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 173 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.18 |
| HSL | 326.12º | 0.49% | 0.66% | - |
| HSV(B) | 326.12º | 0.4% | 0.82% | - |
| XYZ | 41.45 | 31.39 | 43.41 | - |
| YUV | 155.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 173 | 0 | 0.40 | 0.18 | 0.18 | 326.12 | 0.49 | 0.66 |
| Hex | D2 | 7D | AD | 0 | 28 | 12 | 12 | 146 | 31 | 42 |
| Octal | 322 | 175 | 255 | 0 | 50 | 22 | 22 | 506 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10101101 | 0 | 101000 | 10010 | 10010 | 101000110 | 110001 | 1000010 |
Color Harmonies of #D27DAD
Complementary color
Monochromatic Colors of #D27DAD
Black with #D27DAD
Text Example
Text Example
White with #D27DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DAD; }
p { color: rgb(210,125,173); }
H1.HeaderClassName
{
color: #D27DAD;
}
.AnyTagClassName
{
color: #D27DAD;
}
</style>
background-color css
<style>
a { background-color: #D27DAD; }
a { background-color: rgb(210,125,173); }
div.DivClassName
{
background-color: #D27DAD;
}
.BgClassName
{
background-color: #D27DAD;
}
</style>
border-color css
<style>
span { border-color: #D27DAD; }
span { border-color: rgb(210,125,173); }
td.TdClassName
{
border-color: #D27DAD;
}
.TagClassName
{
border-color: #D27DAD;
}
</style>