Shades of Kobi #D589B4
Tints of Kobi #D589B4
RGB
CMYK
RGB Variations
Color information
#D589B4 (or 0xD589B4) is known color: Kobi. HEX triplet: D5, 89 and B4. RGB value is (213,137,180). Sum of RGB (Red+Green+Blue) = 213+137+180=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D589B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589B4 is #2A764B. Grayscale: #A4A4A4. Windows color (decimal): -2782796 or 11831765. OLE color: 11831765.
HSL color Cylindrical-coordinate representation of color #D589B4: hue angle of 326.05º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D589B4 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 180 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.16 |
| HSL | 326.05º | 0.48% | 0.69% | - |
| HSV(B) | 326.05º | 0.36% | 0.84% | - |
| XYZ | 44.62 | 35.33 | 47.65 | - |
| YUV | 164.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 180 | 0 | 0.36 | 0.15 | 0.16 | 326.05 | 0.48 | 0.69 |
| Hex | D5 | 89 | B4 | 0 | 24 | F | 10 | 146 | 30 | 45 |
| Octal | 325 | 211 | 264 | 0 | 44 | 17 | 20 | 506 | 60 | 105 |
| Binary | 11010101 | 10001001 | 10110100 | 0 | 100100 | 1111 | 10000 | 101000110 | 110000 | 1000101 |
Color Harmonies of #D589B4
Complementary color
Monochromatic Colors of #D589B4
Black with #D589B4
Text Example
Text Example
White with #D589B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D589B4; }
p { color: rgb(213,137,180); }
H1.HeaderClassName
{
color: #D589B4;
}
.AnyTagClassName
{
color: #D589B4;
}
</style>
background-color css
<style>
a { background-color: #D589B4; }
a { background-color: rgb(213,137,180); }
div.DivClassName
{
background-color: #D589B4;
}
.BgClassName
{
background-color: #D589B4;
}
</style>
border-color css
<style>
span { border-color: #D589B4; }
span { border-color: rgb(213,137,180); }
td.TdClassName
{
border-color: #D589B4;
}
.TagClassName
{
border-color: #D589B4;
}
</style>