Shades of Kobi #D68FB4
Tints of Kobi #D68FB4
RGB
CMYK
RGB Variations
Color information
#D68FB4 (or 0xD68FB4) is known color: Kobi. HEX triplet: D6, 8F and B4. RGB value is (214,143,180). Sum of RGB (Red+Green+Blue) = 214+143+180=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FB4 is #29704B. Grayscale: #A8A8A8. Windows color (decimal): -2715724 or 11833302. OLE color: 11833302.
HSL color Cylindrical-coordinate representation of color #D68FB4: hue angle of 328.73º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D68FB4 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 180 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.16 |
| HSL | 328.73º | 0.46% | 0.7% | - |
| HSV(B) | 328.73º | 0.33% | 0.84% | - |
| XYZ | 45.79 | 37.24 | 47.95 | - |
| YUV | 168.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 180 | 0 | 0.33 | 0.16 | 0.16 | 328.73 | 0.46 | 0.7 |
| Hex | D6 | 8F | B4 | 0 | 21 | 10 | 10 | 149 | 2E | 46 |
| Octal | 326 | 217 | 264 | 0 | 41 | 20 | 20 | 511 | 56 | 106 |
| Binary | 11010110 | 10001111 | 10110100 | 0 | 100001 | 10000 | 10000 | 101001001 | 101110 | 1000110 |
Color Harmonies of #D68FB4
Complementary color
Monochromatic Colors of #D68FB4
Black with #D68FB4
Text Example
Text Example
White with #D68FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FB4; }
p { color: rgb(214,143,180); }
H1.HeaderClassName
{
color: #D68FB4;
}
.AnyTagClassName
{
color: #D68FB4;
}
</style>
background-color css
<style>
a { background-color: #D68FB4; }
a { background-color: rgb(214,143,180); }
div.DivClassName
{
background-color: #D68FB4;
}
.BgClassName
{
background-color: #D68FB4;
}
</style>
border-color css
<style>
span { border-color: #D68FB4; }
span { border-color: rgb(214,143,180); }
td.TdClassName
{
border-color: #D68FB4;
}
.TagClassName
{
border-color: #D68FB4;
}
</style>