Shades of Kobi #D592B2
Tints of Kobi #D592B2
RGB
CMYK
RGB Variations
Color information
#D592B2 (or 0xD592B2) is known color: Kobi. HEX triplet: D5, 92 and B2. RGB value is (213,146,178). Sum of RGB (Red+Green+Blue) = 213+146+178=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D592B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D592B2 is #2A6D4D. Grayscale: #A9A9A9. Windows color (decimal): -2780494 or 11702997. OLE color: 11702997.
HSL color Cylindrical-coordinate representation of color #D592B2: hue angle of 331.34º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D592B2 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 178 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.16 |
| HSL | 331.34º | 0.44% | 0.7% | - |
| HSV(B) | 331.34º | 0.31% | 0.84% | - |
| XYZ | 45.76 | 37.92 | 47.03 | - |
| YUV | 169.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 178 | 0 | 0.31 | 0.16 | 0.16 | 331.34 | 0.44 | 0.7 |
| Hex | D5 | 92 | B2 | 0 | 1F | 10 | 10 | 14B | 2C | 46 |
| Octal | 325 | 222 | 262 | 0 | 37 | 20 | 20 | 513 | 54 | 106 |
| Binary | 11010101 | 10010010 | 10110010 | 0 | 11111 | 10000 | 10000 | 101001011 | 101100 | 1000110 |
Color Harmonies of #D592B2
Complementary color
Monochromatic Colors of #D592B2
Black with #D592B2
Text Example
Text Example
White with #D592B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592B2; }
p { color: rgb(213,146,178); }
H1.HeaderClassName
{
color: #D592B2;
}
.AnyTagClassName
{
color: #D592B2;
}
</style>
background-color css
<style>
a { background-color: #D592B2; }
a { background-color: rgb(213,146,178); }
div.DivClassName
{
background-color: #D592B2;
}
.BgClassName
{
background-color: #D592B2;
}
</style>
border-color css
<style>
span { border-color: #D592B2; }
span { border-color: rgb(213,146,178); }
td.TdClassName
{
border-color: #D592B2;
}
.TagClassName
{
border-color: #D592B2;
}
</style>