Shades of Kobi #DC82AF
Tints of Kobi #DC82AF
RGB
CMYK
RGB Variations
Color information
#DC82AF (or 0xDC82AF) is known color: Kobi. HEX triplet: DC, 82 and AF. RGB value is (220,130,175). Sum of RGB (Red+Green+Blue) = 220+130+175=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC82AF is #237D50. Grayscale: #A1A1A1. Windows color (decimal): -2325841 or 11502300. OLE color: 11502300.
HSL color Cylindrical-coordinate representation of color #DC82AF: hue angle of 330º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82AF is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 175 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.14 |
| HSL | 330º | 0.56% | 0.69% | - |
| HSV(B) | 330º | 0.41% | 0.86% | - |
| XYZ | 45.24 | 34.28 | 44.79 | - |
| YUV | 162.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 175 | 0 | 0.41 | 0.20 | 0.14 | 330 | 0.56 | 0.69 |
| Hex | DC | 82 | AF | 0 | 29 | 14 | E | 14A | 38 | 45 |
| Octal | 334 | 202 | 257 | 0 | 51 | 24 | 16 | 512 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10101111 | 0 | 101001 | 10100 | 1110 | 101001010 | 111000 | 1000101 |
Color Harmonies of #DC82AF
Complementary color
Monochromatic Colors of #DC82AF
Black with #DC82AF
Text Example
Text Example
White with #DC82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82AF; }
p { color: rgb(220,130,175); }
H1.HeaderClassName
{
color: #DC82AF;
}
.AnyTagClassName
{
color: #DC82AF;
}
</style>
background-color css
<style>
a { background-color: #DC82AF; }
a { background-color: rgb(220,130,175); }
div.DivClassName
{
background-color: #DC82AF;
}
.BgClassName
{
background-color: #DC82AF;
}
</style>
border-color css
<style>
span { border-color: #DC82AF; }
span { border-color: rgb(220,130,175); }
td.TdClassName
{
border-color: #DC82AF;
}
.TagClassName
{
border-color: #DC82AF;
}
</style>