Shades of Kobi #D293B2
Tints of Kobi #D293B2
RGB
CMYK
RGB Variations
Color information
#D293B2 (or 0xD293B2) is known color: Kobi. HEX triplet: D2, 93 and B2. RGB value is (210,147,178). Sum of RGB (Red+Green+Blue) = 210+147+178=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D293B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D293B2 is #2D6C4D. Grayscale: #A9A9A9. Windows color (decimal): -2976846 or 11703250. OLE color: 11703250.
HSL color Cylindrical-coordinate representation of color #D293B2: hue angle of 330.48º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D293B2 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 178 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.18 |
| HSL | 330.48º | 0.41% | 0.7% | - |
| HSV(B) | 330.48º | 0.3% | 0.82% | - |
| XYZ | 45.05 | 37.78 | 47.04 | - |
| YUV | 169.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 178 | 0 | 0.30 | 0.15 | 0.18 | 330.48 | 0.41 | 0.7 |
| Hex | D2 | 93 | B2 | 0 | 1E | F | 12 | 14A | 29 | 46 |
| Octal | 322 | 223 | 262 | 0 | 36 | 17 | 22 | 512 | 51 | 106 |
| Binary | 11010010 | 10010011 | 10110010 | 0 | 11110 | 1111 | 10010 | 101001010 | 101001 | 1000110 |
Color Harmonies of #D293B2
Complementary color
Monochromatic Colors of #D293B2
Black with #D293B2
Text Example
Text Example
White with #D293B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293B2; }
p { color: rgb(210,147,178); }
H1.HeaderClassName
{
color: #D293B2;
}
.AnyTagClassName
{
color: #D293B2;
}
</style>
background-color css
<style>
a { background-color: #D293B2; }
a { background-color: rgb(210,147,178); }
div.DivClassName
{
background-color: #D293B2;
}
.BgClassName
{
background-color: #D293B2;
}
</style>
border-color css
<style>
span { border-color: #D293B2; }
span { border-color: rgb(210,147,178); }
td.TdClassName
{
border-color: #D293B2;
}
.TagClassName
{
border-color: #D293B2;
}
</style>