Shades of Kobi #DC97A8
Tints of Kobi #DC97A8
RGB
CMYK
RGB Variations
Color information
#DC97A8 (or 0xDC97A8) is known color: Kobi. HEX triplet: DC, 97 and A8. RGB value is (220,151,168). Sum of RGB (Red+Green+Blue) = 220+151+168=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97A8 is #236857. Grayscale: #ADADAD. Windows color (decimal): -2320472 or 11048924. OLE color: 11048924.
HSL color Cylindrical-coordinate representation of color #DC97A8: hue angle of 345.22º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97A8 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 168 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.14 |
| HSL | 345.22º | 0.5% | 0.73% | - |
| HSV(B) | 345.22º | 0.31% | 0.86% | - |
| XYZ | 47.65 | 40.18 | 42.29 | - |
| YUV | 173.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 168 | 0 | 0.31 | 0.24 | 0.14 | 345.22 | 0.5 | 0.73 |
| Hex | DC | 97 | A8 | 0 | 1F | 18 | E | 159 | 32 | 49 |
| Octal | 334 | 227 | 250 | 0 | 37 | 30 | 16 | 531 | 62 | 111 |
| Binary | 11011100 | 10010111 | 10101000 | 0 | 11111 | 11000 | 1110 | 101011001 | 110010 | 1001001 |
Color Harmonies of #DC97A8
Complementary color
Monochromatic Colors of #DC97A8
Black with #DC97A8
Text Example
Text Example
White with #DC97A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC97A8; }
p { color: rgb(220,151,168); }
H1.HeaderClassName
{
color: #DC97A8;
}
.AnyTagClassName
{
color: #DC97A8;
}
</style>
background-color css
<style>
a { background-color: #DC97A8; }
a { background-color: rgb(220,151,168); }
div.DivClassName
{
background-color: #DC97A8;
}
.BgClassName
{
background-color: #DC97A8;
}
</style>
border-color css
<style>
span { border-color: #DC97A8; }
span { border-color: rgb(220,151,168); }
td.TdClassName
{
border-color: #DC97A8;
}
.TagClassName
{
border-color: #DC97A8;
}
</style>