Shades of Kobi #D37CB0
Tints of Kobi #D37CB0
RGB
CMYK
RGB Variations
Color information
#D37CB0 (or 0xD37CB0) is known color: Kobi. HEX triplet: D3, 7C and B0. RGB value is (211,124,176). Sum of RGB (Red+Green+Blue) = 211+124+176=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37CB0 is #2C834F. Grayscale: #9B9B9B. Windows color (decimal): -2917200 or 11566291. OLE color: 11566291.
HSL color Cylindrical-coordinate representation of color #D37CB0: hue angle of 324.14º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37CB0 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 176 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.17 |
| HSL | 324.14º | 0.5% | 0.66% | - |
| HSV(B) | 324.14º | 0.41% | 0.83% | - |
| XYZ | 41.91 | 31.4 | 44.93 | - |
| YUV | 155.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 176 | 0 | 0.41 | 0.17 | 0.17 | 324.14 | 0.5 | 0.66 |
| Hex | D3 | 7C | B0 | 0 | 29 | 11 | 11 | 144 | 32 | 42 |
| Octal | 323 | 174 | 260 | 0 | 51 | 21 | 21 | 504 | 62 | 102 |
| Binary | 11010011 | 1111100 | 10110000 | 0 | 101001 | 10001 | 10001 | 101000100 | 110010 | 1000010 |
Color Harmonies of #D37CB0
Complementary color
Monochromatic Colors of #D37CB0
Black with #D37CB0
Text Example
Text Example
White with #D37CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CB0; }
p { color: rgb(211,124,176); }
H1.HeaderClassName
{
color: #D37CB0;
}
.AnyTagClassName
{
color: #D37CB0;
}
</style>
background-color css
<style>
a { background-color: #D37CB0; }
a { background-color: rgb(211,124,176); }
div.DivClassName
{
background-color: #D37CB0;
}
.BgClassName
{
background-color: #D37CB0;
}
</style>
border-color css
<style>
span { border-color: #D37CB0; }
span { border-color: rgb(211,124,176); }
td.TdClassName
{
border-color: #D37CB0;
}
.TagClassName
{
border-color: #D37CB0;
}
</style>