Shades of Kobi #D498B5
Tints of Kobi #D498B5
RGB
CMYK
RGB Variations
Color information
#D498B5 (or 0xD498B5) is known color: Kobi. HEX triplet: D4, 98 and B5. RGB value is (212,152,181). Sum of RGB (Red+Green+Blue) = 212+152+181=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D498B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498B5 is #2B674A. Grayscale: #ADADAD. Windows color (decimal): -2844491 or 11901140. OLE color: 11901140.
HSL color Cylindrical-coordinate representation of color #D498B5: hue angle of 331º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498B5 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 181 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.17 |
| HSL | 331º | 0.41% | 0.71% | - |
| HSV(B) | 331º | 0.28% | 0.83% | - |
| XYZ | 46.72 | 39.79 | 48.93 | - |
| YUV | 173.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 181 | 0 | 0.28 | 0.15 | 0.17 | 331 | 0.41 | 0.71 |
| Hex | D4 | 98 | B5 | 0 | 1C | F | 11 | 14B | 29 | 47 |
| Octal | 324 | 230 | 265 | 0 | 34 | 17 | 21 | 513 | 51 | 107 |
| Binary | 11010100 | 10011000 | 10110101 | 0 | 11100 | 1111 | 10001 | 101001011 | 101001 | 1000111 |
Color Harmonies of #D498B5
Complementary color
Monochromatic Colors of #D498B5
Black with #D498B5
Text Example
Text Example
White with #D498B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498B5; }
p { color: rgb(212,152,181); }
H1.HeaderClassName
{
color: #D498B5;
}
.AnyTagClassName
{
color: #D498B5;
}
</style>
background-color css
<style>
a { background-color: #D498B5; }
a { background-color: rgb(212,152,181); }
div.DivClassName
{
background-color: #D498B5;
}
.BgClassName
{
background-color: #D498B5;
}
</style>
border-color css
<style>
span { border-color: #D498B5; }
span { border-color: rgb(212,152,181); }
td.TdClassName
{
border-color: #D498B5;
}
.TagClassName
{
border-color: #D498B5;
}
</style>