Shades of Kobi #DC95B3
Tints of Kobi #DC95B3
RGB
CMYK
RGB Variations
Color information
#DC95B3 (or 0xDC95B3) is known color: Kobi. HEX triplet: DC, 95 and B3. RGB value is (220,149,179). Sum of RGB (Red+Green+Blue) = 220+149+179=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95B3 is #236A4C. Grayscale: #ADADAD. Windows color (decimal): -2320973 or 11769308. OLE color: 11769308.
HSL color Cylindrical-coordinate representation of color #DC95B3: hue angle of 334.65º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95B3 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 179 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.14 |
| HSL | 334.65º | 0.5% | 0.72% | - |
| HSV(B) | 334.65º | 0.32% | 0.86% | - |
| XYZ | 48.4 | 39.97 | 47.81 | - |
| YUV | 173.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 179 | 0 | 0.32 | 0.19 | 0.14 | 334.65 | 0.5 | 0.72 |
| Hex | DC | 95 | B3 | 0 | 20 | 13 | E | 14F | 32 | 48 |
| Octal | 334 | 225 | 263 | 0 | 40 | 23 | 16 | 517 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10110011 | 0 | 100000 | 10011 | 1110 | 101001111 | 110010 | 1001000 |
Color Harmonies of #DC95B3
Complementary color
Monochromatic Colors of #DC95B3
Black with #DC95B3
Text Example
Text Example
White with #DC95B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95B3; }
p { color: rgb(220,149,179); }
H1.HeaderClassName
{
color: #DC95B3;
}
.AnyTagClassName
{
color: #DC95B3;
}
</style>
background-color css
<style>
a { background-color: #DC95B3; }
a { background-color: rgb(220,149,179); }
div.DivClassName
{
background-color: #DC95B3;
}
.BgClassName
{
background-color: #DC95B3;
}
</style>
border-color css
<style>
span { border-color: #DC95B3; }
span { border-color: rgb(220,149,179); }
td.TdClassName
{
border-color: #DC95B3;
}
.TagClassName
{
border-color: #DC95B3;
}
</style>