Shades of Kobi #D284AC
Tints of Kobi #D284AC
RGB
CMYK
RGB Variations
Color information
#D284AC (or 0xD284AC) is known color: Kobi. HEX triplet: D2, 84 and AC. RGB value is (210,132,172). Sum of RGB (Red+Green+Blue) = 210+132+172=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D284AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D284AC is #2D7B53. Grayscale: #9F9F9F. Windows color (decimal): -2980692 or 11306194. OLE color: 11306194.
HSL color Cylindrical-coordinate representation of color #D284AC: hue angle of 329.23º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284AC is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 172 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.18 |
| HSL | 329.23º | 0.46% | 0.67% | - |
| HSV(B) | 329.23º | 0.37% | 0.82% | - |
| XYZ | 42.28 | 33.18 | 43.21 | - |
| YUV | 159.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 172 | 0 | 0.37 | 0.18 | 0.18 | 329.23 | 0.46 | 0.67 |
| Hex | D2 | 84 | AC | 0 | 25 | 12 | 12 | 149 | 2E | 43 |
| Octal | 322 | 204 | 254 | 0 | 45 | 22 | 22 | 511 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10101100 | 0 | 100101 | 10010 | 10010 | 101001001 | 101110 | 1000011 |
Color Harmonies of #D284AC
Complementary color
Monochromatic Colors of #D284AC
Black with #D284AC
Text Example
Text Example
White with #D284AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284AC; }
p { color: rgb(210,132,172); }
H1.HeaderClassName
{
color: #D284AC;
}
.AnyTagClassName
{
color: #D284AC;
}
</style>
background-color css
<style>
a { background-color: #D284AC; }
a { background-color: rgb(210,132,172); }
div.DivClassName
{
background-color: #D284AC;
}
.BgClassName
{
background-color: #D284AC;
}
</style>
border-color css
<style>
span { border-color: #D284AC; }
span { border-color: rgb(210,132,172); }
td.TdClassName
{
border-color: #D284AC;
}
.TagClassName
{
border-color: #D284AC;
}
</style>