Shades of Kobi #DC83B4
Tints of Kobi #DC83B4
RGB
CMYK
RGB Variations
Color information
#DC83B4 (or 0xDC83B4) is known color: Kobi. HEX triplet: DC, 83 and B4. RGB value is (220,131,180). Sum of RGB (Red+Green+Blue) = 220+131+180=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83B4 is #237C4B. Grayscale: #A3A3A3. Windows color (decimal): -2325580 or 11830236. OLE color: 11830236.
HSL color Cylindrical-coordinate representation of color #DC83B4: hue angle of 326.97º 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 #DC83B4 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 180 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.14 |
| HSL | 326.97º | 0.56% | 0.69% | - |
| HSV(B) | 326.97º | 0.4% | 0.86% | - |
| XYZ | 45.87 | 34.74 | 47.47 | - |
| YUV | 163.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 180 | 0 | 0.40 | 0.18 | 0.14 | 326.97 | 0.56 | 0.69 |
| Hex | DC | 83 | B4 | 0 | 28 | 12 | E | 147 | 38 | 45 |
| Octal | 334 | 203 | 264 | 0 | 50 | 22 | 16 | 507 | 70 | 105 |
| Binary | 11011100 | 10000011 | 10110100 | 0 | 101000 | 10010 | 1110 | 101000111 | 111000 | 1000101 |
Color Harmonies of #DC83B4
Complementary color
Monochromatic Colors of #DC83B4
Black with #DC83B4
Text Example
Text Example
White with #DC83B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83B4; }
p { color: rgb(220,131,180); }
H1.HeaderClassName
{
color: #DC83B4;
}
.AnyTagClassName
{
color: #DC83B4;
}
</style>
background-color css
<style>
a { background-color: #DC83B4; }
a { background-color: rgb(220,131,180); }
div.DivClassName
{
background-color: #DC83B4;
}
.BgClassName
{
background-color: #DC83B4;
}
</style>
border-color css
<style>
span { border-color: #DC83B4; }
span { border-color: rgb(220,131,180); }
td.TdClassName
{
border-color: #DC83B4;
}
.TagClassName
{
border-color: #DC83B4;
}
</style>