Shades of Kobi #DC98B2
Tints of Kobi #DC98B2
RGB
CMYK
RGB Variations
Color information
#DC98B2 (or 0xDC98B2) is known color: Kobi. HEX triplet: DC, 98 and B2. RGB value is (220,152,178). Sum of RGB (Red+Green+Blue) = 220+152+178=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC98B2 is #23674D. Grayscale: #AFAFAF. Windows color (decimal): -2320206 or 11704540. OLE color: 11704540.
HSL color Cylindrical-coordinate representation of color #DC98B2: hue angle of 337.06º 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 #DC98B2 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 178 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.14 |
| HSL | 337.06º | 0.49% | 0.73% | - |
| HSV(B) | 337.06º | 0.31% | 0.86% | - |
| XYZ | 48.78 | 40.89 | 47.44 | - |
| YUV | 175.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 178 | 0 | 0.31 | 0.19 | 0.14 | 337.06 | 0.49 | 0.73 |
| Hex | DC | 98 | B2 | 0 | 1F | 13 | E | 151 | 31 | 49 |
| Octal | 334 | 230 | 262 | 0 | 37 | 23 | 16 | 521 | 61 | 111 |
| Binary | 11011100 | 10011000 | 10110010 | 0 | 11111 | 10011 | 1110 | 101010001 | 110001 | 1001001 |
Color Harmonies of #DC98B2
Complementary color
Monochromatic Colors of #DC98B2
Black with #DC98B2
Text Example
Text Example
White with #DC98B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98B2; }
p { color: rgb(220,152,178); }
H1.HeaderClassName
{
color: #DC98B2;
}
.AnyTagClassName
{
color: #DC98B2;
}
</style>
background-color css
<style>
a { background-color: #DC98B2; }
a { background-color: rgb(220,152,178); }
div.DivClassName
{
background-color: #DC98B2;
}
.BgClassName
{
background-color: #DC98B2;
}
</style>
border-color css
<style>
span { border-color: #DC98B2; }
span { border-color: rgb(220,152,178); }
td.TdClassName
{
border-color: #DC98B2;
}
.TagClassName
{
border-color: #DC98B2;
}
</style>