Shades of Kobi #DC90AF
Tints of Kobi #DC90AF
RGB
CMYK
RGB Variations
Color information
#DC90AF (or 0xDC90AF) is known color: Kobi. HEX triplet: DC, 90 and AF. RGB value is (220,144,175). Sum of RGB (Red+Green+Blue) = 220+144+175=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC90AF is #236F50. Grayscale: #AAAAAA. Windows color (decimal): -2322257 or 11505884. OLE color: 11505884.
HSL color Cylindrical-coordinate representation of color #DC90AF: hue angle of 335.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90AF is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 175 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.14 |
| HSL | 335.53º | 0.52% | 0.71% | - |
| HSV(B) | 335.53º | 0.35% | 0.86% | - |
| XYZ | 47.23 | 38.26 | 45.45 | - |
| YUV | 170.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 175 | 0 | 0.35 | 0.20 | 0.14 | 335.53 | 0.52 | 0.71 |
| Hex | DC | 90 | AF | 0 | 23 | 14 | E | 150 | 34 | 47 |
| Octal | 334 | 220 | 257 | 0 | 43 | 24 | 16 | 520 | 64 | 107 |
| Binary | 11011100 | 10010000 | 10101111 | 0 | 100011 | 10100 | 1110 | 101010000 | 110100 | 1000111 |
Color Harmonies of #DC90AF
Complementary color
Monochromatic Colors of #DC90AF
Black with #DC90AF
Text Example
Text Example
White with #DC90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90AF; }
p { color: rgb(220,144,175); }
H1.HeaderClassName
{
color: #DC90AF;
}
.AnyTagClassName
{
color: #DC90AF;
}
</style>
background-color css
<style>
a { background-color: #DC90AF; }
a { background-color: rgb(220,144,175); }
div.DivClassName
{
background-color: #DC90AF;
}
.BgClassName
{
background-color: #DC90AF;
}
</style>
border-color css
<style>
span { border-color: #DC90AF; }
span { border-color: rgb(220,144,175); }
td.TdClassName
{
border-color: #DC90AF;
}
.TagClassName
{
border-color: #DC90AF;
}
</style>