Shades of Kobi #D599B5
Tints of Kobi #D599B5
RGB
CMYK
RGB Variations
Color information
#D599B5 (or 0xD599B5) is known color: Kobi. HEX triplet: D5, 99 and B5. RGB value is (213,153,181). Sum of RGB (Red+Green+Blue) = 213+153+181=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D599B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599B5 is #2A664A. Grayscale: #AEAEAE. Windows color (decimal): -2778699 or 11901397. OLE color: 11901397.
HSL color Cylindrical-coordinate representation of color #D599B5: hue angle of 332º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D599B5 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 181 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.16 |
| HSL | 332º | 0.42% | 0.72% | - |
| HSV(B) | 332º | 0.28% | 0.84% | - |
| XYZ | 47.17 | 40.26 | 49 | - |
| YUV | 174.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 181 | 0 | 0.28 | 0.15 | 0.16 | 332 | 0.42 | 0.72 |
| Hex | D5 | 99 | B5 | 0 | 1C | F | 10 | 14C | 2A | 48 |
| Octal | 325 | 231 | 265 | 0 | 34 | 17 | 20 | 514 | 52 | 110 |
| Binary | 11010101 | 10011001 | 10110101 | 0 | 11100 | 1111 | 10000 | 101001100 | 101010 | 1001000 |
Color Harmonies of #D599B5
Complementary color
Monochromatic Colors of #D599B5
Black with #D599B5
Text Example
Text Example
White with #D599B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599B5; }
p { color: rgb(213,153,181); }
H1.HeaderClassName
{
color: #D599B5;
}
.AnyTagClassName
{
color: #D599B5;
}
</style>
background-color css
<style>
a { background-color: #D599B5; }
a { background-color: rgb(213,153,181); }
div.DivClassName
{
background-color: #D599B5;
}
.BgClassName
{
background-color: #D599B5;
}
</style>
border-color css
<style>
span { border-color: #D599B5; }
span { border-color: rgb(213,153,181); }
td.TdClassName
{
border-color: #D599B5;
}
.TagClassName
{
border-color: #D599B5;
}
</style>