Shades of Kobi #DC98B5
Tints of Kobi #DC98B5
RGB
CMYK
RGB Variations
Color information
#DC98B5 (or 0xDC98B5) is known color: Kobi. HEX triplet: DC, 98 and B5. RGB value is (220,152,181). Sum of RGB (Red+Green+Blue) = 220+152+181=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98B5 is #23674A. Grayscale: #AFAFAF. Windows color (decimal): -2320203 or 11901148. OLE color: 11901148.
HSL color Cylindrical-coordinate representation of color #DC98B5: hue angle of 334.41º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC98B5 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 181 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.14 |
| HSL | 334.41º | 0.49% | 0.73% | - |
| HSV(B) | 334.41º | 0.31% | 0.86% | - |
| XYZ | 49.08 | 41.01 | 49.04 | - |
| YUV | 175.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 181 | 0 | 0.31 | 0.18 | 0.14 | 334.41 | 0.49 | 0.73 |
| Hex | DC | 98 | B5 | 0 | 1F | 12 | E | 14E | 31 | 49 |
| Octal | 334 | 230 | 265 | 0 | 37 | 22 | 16 | 516 | 61 | 111 |
| Binary | 11011100 | 10011000 | 10110101 | 0 | 11111 | 10010 | 1110 | 101001110 | 110001 | 1001001 |
Color Harmonies of #DC98B5
Complementary color
Monochromatic Colors of #DC98B5
Black with #DC98B5
Text Example
Text Example
White with #DC98B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98B5; }
p { color: rgb(220,152,181); }
H1.HeaderClassName
{
color: #DC98B5;
}
.AnyTagClassName
{
color: #DC98B5;
}
</style>
background-color css
<style>
a { background-color: #DC98B5; }
a { background-color: rgb(220,152,181); }
div.DivClassName
{
background-color: #DC98B5;
}
.BgClassName
{
background-color: #DC98B5;
}
</style>
border-color css
<style>
span { border-color: #DC98B5; }
span { border-color: rgb(220,152,181); }
td.TdClassName
{
border-color: #DC98B5;
}
.TagClassName
{
border-color: #DC98B5;
}
</style>