Shades of Kobi #D290AE
Tints of Kobi #D290AE
RGB
CMYK
RGB Variations
Color information
#D290AE (or 0xD290AE) is known color: Kobi. HEX triplet: D2, 90 and AE. RGB value is (210,144,174). Sum of RGB (Red+Green+Blue) = 210+144+174=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D290AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D290AE is #2D6F51. Grayscale: #A7A7A7. Windows color (decimal): -2977618 or 11440338. OLE color: 11440338.
HSL color Cylindrical-coordinate representation of color #D290AE: hue angle of 332.73º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D290AE is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 174 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.18 |
| HSL | 332.73º | 0.42% | 0.69% | - |
| HSV(B) | 332.73º | 0.31% | 0.82% | - |
| XYZ | 44.19 | 36.7 | 44.8 | - |
| YUV | 167.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 174 | 0 | 0.31 | 0.17 | 0.18 | 332.73 | 0.42 | 0.69 |
| Hex | D2 | 90 | AE | 0 | 1F | 11 | 12 | 14D | 2A | 45 |
| Octal | 322 | 220 | 256 | 0 | 37 | 21 | 22 | 515 | 52 | 105 |
| Binary | 11010010 | 10010000 | 10101110 | 0 | 11111 | 10001 | 10010 | 101001101 | 101010 | 1000101 |
Color Harmonies of #D290AE
Complementary color
Monochromatic Colors of #D290AE
Black with #D290AE
Text Example
Text Example
White with #D290AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290AE; }
p { color: rgb(210,144,174); }
H1.HeaderClassName
{
color: #D290AE;
}
.AnyTagClassName
{
color: #D290AE;
}
</style>
background-color css
<style>
a { background-color: #D290AE; }
a { background-color: rgb(210,144,174); }
div.DivClassName
{
background-color: #D290AE;
}
.BgClassName
{
background-color: #D290AE;
}
</style>
border-color css
<style>
span { border-color: #D290AE; }
span { border-color: rgb(210,144,174); }
td.TdClassName
{
border-color: #D290AE;
}
.TagClassName
{
border-color: #D290AE;
}
</style>