Shades of Kobi #D991B3
Tints of Kobi #D991B3
RGB
CMYK
RGB Variations
Color information
#D991B3 (or 0xD991B3) is known color: Kobi. HEX triplet: D9, 91 and B3. RGB value is (217,145,179). Sum of RGB (Red+Green+Blue) = 217+145+179=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D991B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991B3 is #266E4C. Grayscale: #AAAAAA. Windows color (decimal): -2518605 or 11768281. OLE color: 11768281.
HSL color Cylindrical-coordinate representation of color #D991B3: hue angle of 331.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991B3 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 179 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.15 |
| HSL | 331.67º | 0.49% | 0.71% | - |
| HSV(B) | 331.67º | 0.33% | 0.85% | - |
| XYZ | 46.88 | 38.26 | 47.56 | - |
| YUV | 170.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 179 | 0 | 0.33 | 0.18 | 0.15 | 331.67 | 0.49 | 0.71 |
| Hex | D9 | 91 | B3 | 0 | 21 | 12 | F | 14C | 31 | 47 |
| Octal | 331 | 221 | 263 | 0 | 41 | 22 | 17 | 514 | 61 | 107 |
| Binary | 11011001 | 10010001 | 10110011 | 0 | 100001 | 10010 | 1111 | 101001100 | 110001 | 1000111 |
Color Harmonies of #D991B3
Complementary color
Monochromatic Colors of #D991B3
Black with #D991B3
Text Example
Text Example
White with #D991B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991B3; }
p { color: rgb(217,145,179); }
H1.HeaderClassName
{
color: #D991B3;
}
.AnyTagClassName
{
color: #D991B3;
}
</style>
background-color css
<style>
a { background-color: #D991B3; }
a { background-color: rgb(217,145,179); }
div.DivClassName
{
background-color: #D991B3;
}
.BgClassName
{
background-color: #D991B3;
}
</style>
border-color css
<style>
span { border-color: #D991B3; }
span { border-color: rgb(217,145,179); }
td.TdClassName
{
border-color: #D991B3;
}
.TagClassName
{
border-color: #D991B3;
}
</style>