Shades of Kobi #DC8FB4
Tints of Kobi #DC8FB4
RGB
CMYK
RGB Variations
Color information
#DC8FB4 (or 0xDC8FB4) is known color: Kobi. HEX triplet: DC, 8F and B4. RGB value is (220,143,180). Sum of RGB (Red+Green+Blue) = 220+143+180=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FB4 is #23704B. Grayscale: #AAAAAA. Windows color (decimal): -2322508 or 11833308. OLE color: 11833308.
HSL color Cylindrical-coordinate representation of color #DC8FB4: hue angle of 331.17º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8FB4 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 180 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.14 |
| HSL | 331.17º | 0.52% | 0.71% | - |
| HSV(B) | 331.17º | 0.35% | 0.86% | - |
| XYZ | 47.58 | 38.16 | 48.04 | - |
| YUV | 170.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 180 | 0 | 0.35 | 0.18 | 0.14 | 331.17 | 0.52 | 0.71 |
| Hex | DC | 8F | B4 | 0 | 23 | 12 | E | 14B | 34 | 47 |
| Octal | 334 | 217 | 264 | 0 | 43 | 22 | 16 | 513 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10110100 | 0 | 100011 | 10010 | 1110 | 101001011 | 110100 | 1000111 |
Color Harmonies of #DC8FB4
Complementary color
Monochromatic Colors of #DC8FB4
Black with #DC8FB4
Text Example
Text Example
White with #DC8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FB4; }
p { color: rgb(220,143,180); }
H1.HeaderClassName
{
color: #DC8FB4;
}
.AnyTagClassName
{
color: #DC8FB4;
}
</style>
background-color css
<style>
a { background-color: #DC8FB4; }
a { background-color: rgb(220,143,180); }
div.DivClassName
{
background-color: #DC8FB4;
}
.BgClassName
{
background-color: #DC8FB4;
}
</style>
border-color css
<style>
span { border-color: #DC8FB4; }
span { border-color: rgb(220,143,180); }
td.TdClassName
{
border-color: #DC8FB4;
}
.TagClassName
{
border-color: #DC8FB4;
}
</style>