Shades of Kobi #D27DB2
Tints of Kobi #D27DB2
RGB
CMYK
RGB Variations
Color information
#D27DB2 (or 0xD27DB2) is known color: Kobi. HEX triplet: D2, 7D and B2. RGB value is (210,125,178). Sum of RGB (Red+Green+Blue) = 210+125+178=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DB2 is #2D824D. Grayscale: #9C9C9C. Windows color (decimal): -2982478 or 11697618. OLE color: 11697618.
HSL color Cylindrical-coordinate representation of color #D27DB2: hue angle of 322.59º 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 #D27DB2 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 178 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.18 |
| HSL | 322.59º | 0.49% | 0.66% | - |
| HSV(B) | 322.59º | 0.4% | 0.82% | - |
| XYZ | 41.95 | 31.58 | 46 | - |
| YUV | 156.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 178 | 0 | 0.40 | 0.15 | 0.18 | 322.59 | 0.49 | 0.66 |
| Hex | D2 | 7D | B2 | 0 | 28 | F | 12 | 143 | 31 | 42 |
| Octal | 322 | 175 | 262 | 0 | 50 | 17 | 22 | 503 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10110010 | 0 | 101000 | 1111 | 10010 | 101000011 | 110001 | 1000010 |
Color Harmonies of #D27DB2
Complementary color
Monochromatic Colors of #D27DB2
Black with #D27DB2
Text Example
Text Example
White with #D27DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DB2; }
p { color: rgb(210,125,178); }
H1.HeaderClassName
{
color: #D27DB2;
}
.AnyTagClassName
{
color: #D27DB2;
}
</style>
background-color css
<style>
a { background-color: #D27DB2; }
a { background-color: rgb(210,125,178); }
div.DivClassName
{
background-color: #D27DB2;
}
.BgClassName
{
background-color: #D27DB2;
}
</style>
border-color css
<style>
span { border-color: #D27DB2; }
span { border-color: rgb(210,125,178); }
td.TdClassName
{
border-color: #D27DB2;
}
.TagClassName
{
border-color: #D27DB2;
}
</style>