Shades of Kobi #D689B4
Tints of Kobi #D689B4
RGB
CMYK
RGB Variations
Color information
#D689B4 (or 0xD689B4) is known color: Kobi. HEX triplet: D6, 89 and B4. RGB value is (214,137,180). Sum of RGB (Red+Green+Blue) = 214+137+180=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D689B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689B4 is #29764B. Grayscale: #A4A4A4. Windows color (decimal): -2717260 or 11831766. OLE color: 11831766.
HSL color Cylindrical-coordinate representation of color #D689B4: hue angle of 326.49º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D689B4 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 180 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.16 |
| HSL | 326.49º | 0.48% | 0.69% | - |
| HSV(B) | 326.49º | 0.36% | 0.84% | - |
| XYZ | 44.92 | 35.48 | 47.66 | - |
| YUV | 164.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 180 | 0 | 0.36 | 0.16 | 0.16 | 326.49 | 0.48 | 0.69 |
| Hex | D6 | 89 | B4 | 0 | 24 | 10 | 10 | 146 | 30 | 45 |
| Octal | 326 | 211 | 264 | 0 | 44 | 20 | 20 | 506 | 60 | 105 |
| Binary | 11010110 | 10001001 | 10110100 | 0 | 100100 | 10000 | 10000 | 101000110 | 110000 | 1000101 |
Color Harmonies of #D689B4
Complementary color
Monochromatic Colors of #D689B4
Black with #D689B4
Text Example
Text Example
White with #D689B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689B4; }
p { color: rgb(214,137,180); }
H1.HeaderClassName
{
color: #D689B4;
}
.AnyTagClassName
{
color: #D689B4;
}
</style>
background-color css
<style>
a { background-color: #D689B4; }
a { background-color: rgb(214,137,180); }
div.DivClassName
{
background-color: #D689B4;
}
.BgClassName
{
background-color: #D689B4;
}
</style>
border-color css
<style>
span { border-color: #D689B4; }
span { border-color: rgb(214,137,180); }
td.TdClassName
{
border-color: #D689B4;
}
.TagClassName
{
border-color: #D689B4;
}
</style>