Shades of Kobi #D691B3
Tints of Kobi #D691B3
RGB
CMYK
RGB Variations
Color information
#D691B3 (or 0xD691B3) is known color: Kobi. HEX triplet: D6, 91 and B3. RGB value is (214,145,179). Sum of RGB (Red+Green+Blue) = 214+145+179=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D691B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691B3 is #296E4C. Grayscale: #A9A9A9. Windows color (decimal): -2715213 or 11768278. OLE color: 11768278.
HSL color Cylindrical-coordinate representation of color #D691B3: hue angle of 330.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691B3 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 179 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.16 |
| HSL | 330.43º | 0.46% | 0.7% | - |
| HSV(B) | 330.43º | 0.32% | 0.84% | - |
| XYZ | 45.99 | 37.8 | 47.52 | - |
| YUV | 169.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 179 | 0 | 0.32 | 0.16 | 0.16 | 330.43 | 0.46 | 0.7 |
| Hex | D6 | 91 | B3 | 0 | 20 | 10 | 10 | 14A | 2E | 46 |
| Octal | 326 | 221 | 263 | 0 | 40 | 20 | 20 | 512 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10110011 | 0 | 100000 | 10000 | 10000 | 101001010 | 101110 | 1000110 |
Color Harmonies of #D691B3
Complementary color
Monochromatic Colors of #D691B3
Black with #D691B3
Text Example
Text Example
White with #D691B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691B3; }
p { color: rgb(214,145,179); }
H1.HeaderClassName
{
color: #D691B3;
}
.AnyTagClassName
{
color: #D691B3;
}
</style>
background-color css
<style>
a { background-color: #D691B3; }
a { background-color: rgb(214,145,179); }
div.DivClassName
{
background-color: #D691B3;
}
.BgClassName
{
background-color: #D691B3;
}
</style>
border-color css
<style>
span { border-color: #D691B3; }
span { border-color: rgb(214,145,179); }
td.TdClassName
{
border-color: #D691B3;
}
.TagClassName
{
border-color: #D691B3;
}
</style>