Shades of Kobi #D37DAE
Tints of Kobi #D37DAE
RGB
CMYK
RGB Variations
Color information
#D37DAE (or 0xD37DAE) is known color: Kobi. HEX triplet: D3, 7D and AE. RGB value is (211,125,174). Sum of RGB (Red+Green+Blue) = 211+125+174=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37DAE is #2C8251. Grayscale: #9C9C9C. Windows color (decimal): -2916946 or 11435475. OLE color: 11435475.
HSL color Cylindrical-coordinate representation of color #D37DAE: hue angle of 325.81º degrees, saturation: 0.49, 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 #D37DAE is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 174 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.17 |
| HSL | 325.81º | 0.49% | 0.66% | - |
| HSV(B) | 325.81º | 0.41% | 0.83% | - |
| XYZ | 41.84 | 31.57 | 43.93 | - |
| YUV | 156.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 174 | 0 | 0.41 | 0.18 | 0.17 | 325.81 | 0.49 | 0.66 |
| Hex | D3 | 7D | AE | 0 | 29 | 12 | 11 | 146 | 31 | 42 |
| Octal | 323 | 175 | 256 | 0 | 51 | 22 | 21 | 506 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10101110 | 0 | 101001 | 10010 | 10001 | 101000110 | 110001 | 1000010 |
Color Harmonies of #D37DAE
Complementary color
Monochromatic Colors of #D37DAE
Black with #D37DAE
Text Example
Text Example
White with #D37DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DAE; }
p { color: rgb(211,125,174); }
H1.HeaderClassName
{
color: #D37DAE;
}
.AnyTagClassName
{
color: #D37DAE;
}
</style>
background-color css
<style>
a { background-color: #D37DAE; }
a { background-color: rgb(211,125,174); }
div.DivClassName
{
background-color: #D37DAE;
}
.BgClassName
{
background-color: #D37DAE;
}
</style>
border-color css
<style>
span { border-color: #D37DAE; }
span { border-color: rgb(211,125,174); }
td.TdClassName
{
border-color: #D37DAE;
}
.TagClassName
{
border-color: #D37DAE;
}
</style>