Shades of Kobi #D283AE
Tints of Kobi #D283AE
RGB
CMYK
RGB Variations
Color information
#D283AE (or 0xD283AE) is known color: Kobi. HEX triplet: D2, 83 and AE. RGB value is (210,131,174). Sum of RGB (Red+Green+Blue) = 210+131+174=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D283AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D283AE is #2D7C51. Grayscale: #9F9F9F. Windows color (decimal): -2980946 or 11437010. OLE color: 11437010.
HSL color Cylindrical-coordinate representation of color #D283AE: hue angle of 327.34º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283AE is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 174 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.18 |
| HSL | 327.34º | 0.47% | 0.67% | - |
| HSV(B) | 327.34º | 0.38% | 0.82% | - |
| XYZ | 42.33 | 32.99 | 44.18 | - |
| YUV | 159.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 174 | 0 | 0.38 | 0.17 | 0.18 | 327.34 | 0.47 | 0.67 |
| Hex | D2 | 83 | AE | 0 | 26 | 11 | 12 | 147 | 2F | 43 |
| Octal | 322 | 203 | 256 | 0 | 46 | 21 | 22 | 507 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10101110 | 0 | 100110 | 10001 | 10010 | 101000111 | 101111 | 1000011 |
Color Harmonies of #D283AE
Complementary color
Monochromatic Colors of #D283AE
Black with #D283AE
Text Example
Text Example
White with #D283AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283AE; }
p { color: rgb(210,131,174); }
H1.HeaderClassName
{
color: #D283AE;
}
.AnyTagClassName
{
color: #D283AE;
}
</style>
background-color css
<style>
a { background-color: #D283AE; }
a { background-color: rgb(210,131,174); }
div.DivClassName
{
background-color: #D283AE;
}
.BgClassName
{
background-color: #D283AE;
}
</style>
border-color css
<style>
span { border-color: #D283AE; }
span { border-color: rgb(210,131,174); }
td.TdClassName
{
border-color: #D283AE;
}
.TagClassName
{
border-color: #D283AE;
}
</style>