Shades of Kobi #D593B4
Tints of Kobi #D593B4
RGB
CMYK
RGB Variations
Color information
#D593B4 (or 0xD593B4) is known color: Kobi. HEX triplet: D5, 93 and B4. RGB value is (213,147,180). Sum of RGB (Red+Green+Blue) = 213+147+180=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D593B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593B4 is #2A6C4B. Grayscale: #AAAAAA. Windows color (decimal): -2780236 or 11834325. OLE color: 11834325.
HSL color Cylindrical-coordinate representation of color #D593B4: hue angle of 330º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D593B4 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 180 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.16 |
| HSL | 330º | 0.44% | 0.71% | - |
| HSV(B) | 330º | 0.31% | 0.84% | - |
| XYZ | 46.11 | 38.31 | 48.14 | - |
| YUV | 170.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 180 | 0 | 0.31 | 0.15 | 0.16 | 330 | 0.44 | 0.71 |
| Hex | D5 | 93 | B4 | 0 | 1F | F | 10 | 14A | 2C | 47 |
| Octal | 325 | 223 | 264 | 0 | 37 | 17 | 20 | 512 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10110100 | 0 | 11111 | 1111 | 10000 | 101001010 | 101100 | 1000111 |
Color Harmonies of #D593B4
Complementary color
Monochromatic Colors of #D593B4
Black with #D593B4
Text Example
Text Example
White with #D593B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593B4; }
p { color: rgb(213,147,180); }
H1.HeaderClassName
{
color: #D593B4;
}
.AnyTagClassName
{
color: #D593B4;
}
</style>
background-color css
<style>
a { background-color: #D593B4; }
a { background-color: rgb(213,147,180); }
div.DivClassName
{
background-color: #D593B4;
}
.BgClassName
{
background-color: #D593B4;
}
</style>
border-color css
<style>
span { border-color: #D593B4; }
span { border-color: rgb(213,147,180); }
td.TdClassName
{
border-color: #D593B4;
}
.TagClassName
{
border-color: #D593B4;
}
</style>