Shades of Kobi #D68BB3
Tints of Kobi #D68BB3
RGB
CMYK
RGB Variations
Color information
#D68BB3 (or 0xD68BB3) is known color: Kobi. HEX triplet: D6, 8B and B3. RGB value is (214,139,179). Sum of RGB (Red+Green+Blue) = 214+139+179=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BB3 is #29744C. Grayscale: #A5A5A5. Windows color (decimal): -2716749 or 11766742. OLE color: 11766742.
HSL color Cylindrical-coordinate representation of color #D68BB3: hue angle of 328º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68BB3 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 179 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.16 |
| HSL | 328º | 0.48% | 0.69% | - |
| HSV(B) | 328º | 0.35% | 0.84% | - |
| XYZ | 45.1 | 36.02 | 47.22 | - |
| YUV | 165.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 179 | 0 | 0.35 | 0.16 | 0.16 | 328 | 0.48 | 0.69 |
| Hex | D6 | 8B | B3 | 0 | 23 | 10 | 10 | 148 | 30 | 45 |
| Octal | 326 | 213 | 263 | 0 | 43 | 20 | 20 | 510 | 60 | 105 |
| Binary | 11010110 | 10001011 | 10110011 | 0 | 100011 | 10000 | 10000 | 101001000 | 110000 | 1000101 |
Color Harmonies of #D68BB3
Complementary color
Monochromatic Colors of #D68BB3
Black with #D68BB3
Text Example
Text Example
White with #D68BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BB3; }
p { color: rgb(214,139,179); }
H1.HeaderClassName
{
color: #D68BB3;
}
.AnyTagClassName
{
color: #D68BB3;
}
</style>
background-color css
<style>
a { background-color: #D68BB3; }
a { background-color: rgb(214,139,179); }
div.DivClassName
{
background-color: #D68BB3;
}
.BgClassName
{
background-color: #D68BB3;
}
</style>
border-color css
<style>
span { border-color: #D68BB3; }
span { border-color: rgb(214,139,179); }
td.TdClassName
{
border-color: #D68BB3;
}
.TagClassName
{
border-color: #D68BB3;
}
</style>