Shades of Kobi #DC94AF
Tints of Kobi #DC94AF
RGB
CMYK
RGB Variations
Color information
#DC94AF (or 0xDC94AF) is known color: Kobi. HEX triplet: DC, 94 and AF. RGB value is (220,148,175). Sum of RGB (Red+Green+Blue) = 220+148+175=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC94AF is #236B50. Grayscale: #ACACAC. Windows color (decimal): -2321233 or 11506908. OLE color: 11506908.
HSL color Cylindrical-coordinate representation of color #DC94AF: hue angle of 337.5º 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 #DC94AF is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 175 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.14 |
| HSL | 337.5º | 0.51% | 0.72% | - |
| HSV(B) | 337.5º | 0.33% | 0.86% | - |
| XYZ | 47.84 | 39.49 | 45.66 | - |
| YUV | 172.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 175 | 0 | 0.33 | 0.20 | 0.14 | 337.5 | 0.51 | 0.72 |
| Hex | DC | 94 | AF | 0 | 21 | 14 | E | 152 | 33 | 48 |
| Octal | 334 | 224 | 257 | 0 | 41 | 24 | 16 | 522 | 63 | 110 |
| Binary | 11011100 | 10010100 | 10101111 | 0 | 100001 | 10100 | 1110 | 101010010 | 110011 | 1001000 |
Color Harmonies of #DC94AF
Complementary color
Monochromatic Colors of #DC94AF
Black with #DC94AF
Text Example
Text Example
White with #DC94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94AF; }
p { color: rgb(220,148,175); }
H1.HeaderClassName
{
color: #DC94AF;
}
.AnyTagClassName
{
color: #DC94AF;
}
</style>
background-color css
<style>
a { background-color: #DC94AF; }
a { background-color: rgb(220,148,175); }
div.DivClassName
{
background-color: #DC94AF;
}
.BgClassName
{
background-color: #DC94AF;
}
</style>
border-color css
<style>
span { border-color: #DC94AF; }
span { border-color: rgb(220,148,175); }
td.TdClassName
{
border-color: #DC94AF;
}
.TagClassName
{
border-color: #DC94AF;
}
</style>