Shades of Kobi #DC83B3
Tints of Kobi #DC83B3
RGB
CMYK
RGB Variations
Color information
#DC83B3 (or 0xDC83B3) is known color: Kobi. HEX triplet: DC, 83 and B3. RGB value is (220,131,179). Sum of RGB (Red+Green+Blue) = 220+131+179=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83B3 is #237C4C. Grayscale: #A2A2A2. Windows color (decimal): -2325581 or 11764700. OLE color: 11764700.
HSL color Cylindrical-coordinate representation of color #DC83B3: hue angle of 327.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83B3 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 179 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.14 |
| HSL | 327.64º | 0.56% | 0.69% | - |
| HSV(B) | 327.64º | 0.4% | 0.86% | - |
| XYZ | 45.77 | 34.7 | 46.93 | - |
| YUV | 163.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 179 | 0 | 0.40 | 0.19 | 0.14 | 327.64 | 0.56 | 0.69 |
| Hex | DC | 83 | B3 | 0 | 28 | 13 | E | 148 | 38 | 45 |
| Octal | 334 | 203 | 263 | 0 | 50 | 23 | 16 | 510 | 70 | 105 |
| Binary | 11011100 | 10000011 | 10110011 | 0 | 101000 | 10011 | 1110 | 101001000 | 111000 | 1000101 |
Color Harmonies of #DC83B3
Complementary color
Monochromatic Colors of #DC83B3
Black with #DC83B3
Text Example
Text Example
White with #DC83B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83B3; }
p { color: rgb(220,131,179); }
H1.HeaderClassName
{
color: #DC83B3;
}
.AnyTagClassName
{
color: #DC83B3;
}
</style>
background-color css
<style>
a { background-color: #DC83B3; }
a { background-color: rgb(220,131,179); }
div.DivClassName
{
background-color: #DC83B3;
}
.BgClassName
{
background-color: #DC83B3;
}
</style>
border-color css
<style>
span { border-color: #DC83B3; }
span { border-color: rgb(220,131,179); }
td.TdClassName
{
border-color: #DC83B3;
}
.TagClassName
{
border-color: #DC83B3;
}
</style>