Shades of Kobi #D69DB4
Tints of Kobi #D69DB4
RGB
CMYK
RGB Variations
Color information
#D69DB4 (or 0xD69DB4) is known color: Kobi. HEX triplet: D6, 9D and B4. RGB value is (214,157,180). Sum of RGB (Red+Green+Blue) = 214+157+180=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DB4 is #29624B. Grayscale: #B0B0B0. Windows color (decimal): -2712140 or 11836886. OLE color: 11836886.
HSL color Cylindrical-coordinate representation of color #D69DB4: hue angle of 335.79º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DB4 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 157 | 180 | - |
CMYK | 0 | 0.27 | 0.16 | 0.16 |
HSL | 335.79º | 0.41% | 0.73% | - |
HSV(B) | 335.79º | 0.27% | 0.84% | - |
XYZ | 48.03 | 41.71 | 48.7 | - |
YUV | 176.67 | 129.88 | 154.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 157 | 180 | 0 | 0.27 | 0.16 | 0.16 | 335.79 | 0.41 | 0.73 |
Hex | D6 | 9D | B4 | 0 | 1B | 10 | 10 | 150 | 29 | 49 |
Octal | 326 | 235 | 264 | 0 | 33 | 20 | 20 | 520 | 51 | 111 |
Binary | 11010110 | 10011101 | 10110100 | 0 | 11011 | 10000 | 10000 | 101010000 | 101001 | 1001001 |
Color Harmonies of #D69DB4
Complementary color
Monochromatic Colors of #D69DB4
Black with #D69DB4
Text Example
Text Example
White with #D69DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69DB4; }
p { color: rgb(214,157,180); }
H1.HeaderClassName
{
color: #D69DB4;
}
.AnyTagClassName
{
color: #D69DB4;
}
</style>
background-color css
<style>
a { background-color: #D69DB4; }
a { background-color: rgb(214,157,180); }
div.DivClassName
{
background-color: #D69DB4;
}
.BgClassName
{
background-color: #D69DB4;
}
</style>
border-color css
<style>
span { border-color: #D69DB4; }
span { border-color: rgb(214,157,180); }
td.TdClassName
{
border-color: #D69DB4;
}
.TagClassName
{
border-color: #D69DB4;
}
</style>