Shades of Kobi #DC94AD
Tints of Kobi #DC94AD
RGB
CMYK
RGB Variations
Color information
#DC94AD (or 0xDC94AD) is known color: Kobi. HEX triplet: DC, 94 and AD. RGB value is (220,148,173). Sum of RGB (Red+Green+Blue) = 220+148+173=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC94AD is #236B52. Grayscale: #ACACAC. Windows color (decimal): -2321235 or 11375836. OLE color: 11375836.
HSL color Cylindrical-coordinate representation of color #DC94AD: hue angle of 339.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94AD is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 173 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.14 |
| HSL | 339.17º | 0.51% | 0.72% | - |
| HSV(B) | 339.17º | 0.33% | 0.86% | - |
| XYZ | 47.65 | 39.41 | 44.63 | - |
| YUV | 172.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 173 | 0 | 0.33 | 0.21 | 0.14 | 339.17 | 0.51 | 0.72 |
| Hex | DC | 94 | AD | 0 | 21 | 15 | E | 153 | 33 | 48 |
| Octal | 334 | 224 | 255 | 0 | 41 | 25 | 16 | 523 | 63 | 110 |
| Binary | 11011100 | 10010100 | 10101101 | 0 | 100001 | 10101 | 1110 | 101010011 | 110011 | 1001000 |
Color Harmonies of #DC94AD
Complementary color
Monochromatic Colors of #DC94AD
Black with #DC94AD
Text Example
Text Example
White with #DC94AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94AD; }
p { color: rgb(220,148,173); }
H1.HeaderClassName
{
color: #DC94AD;
}
.AnyTagClassName
{
color: #DC94AD;
}
</style>
background-color css
<style>
a { background-color: #DC94AD; }
a { background-color: rgb(220,148,173); }
div.DivClassName
{
background-color: #DC94AD;
}
.BgClassName
{
background-color: #DC94AD;
}
</style>
border-color css
<style>
span { border-color: #DC94AD; }
span { border-color: rgb(220,148,173); }
td.TdClassName
{
border-color: #DC94AD;
}
.TagClassName
{
border-color: #DC94AD;
}
</style>