Shades of Kobi #D296B2
Tints of Kobi #D296B2
RGB
CMYK
RGB Variations
Color information
#D296B2 (or 0xD296B2) is known color: Kobi. HEX triplet: D2, 96 and B2. RGB value is (210,150,178). Sum of RGB (Red+Green+Blue) = 210+150+178=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D296B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D296B2 is #2D694D. Grayscale: #ABABAB. Windows color (decimal): -2976078 or 11704018. OLE color: 11704018.
HSL color Cylindrical-coordinate representation of color #D296B2: hue angle of 332º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296B2 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 178 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.18 |
| HSL | 332º | 0.4% | 0.71% | - |
| HSV(B) | 332º | 0.29% | 0.82% | - |
| XYZ | 45.52 | 38.73 | 47.2 | - |
| YUV | 171.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 178 | 0 | 0.29 | 0.15 | 0.18 | 332 | 0.4 | 0.71 |
| Hex | D2 | 96 | B2 | 0 | 1D | F | 12 | 14C | 28 | 47 |
| Octal | 322 | 226 | 262 | 0 | 35 | 17 | 22 | 514 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10110010 | 0 | 11101 | 1111 | 10010 | 101001100 | 101000 | 1000111 |
Color Harmonies of #D296B2
Complementary color
Monochromatic Colors of #D296B2
Black with #D296B2
Text Example
Text Example
White with #D296B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296B2; }
p { color: rgb(210,150,178); }
H1.HeaderClassName
{
color: #D296B2;
}
.AnyTagClassName
{
color: #D296B2;
}
</style>
background-color css
<style>
a { background-color: #D296B2; }
a { background-color: rgb(210,150,178); }
div.DivClassName
{
background-color: #D296B2;
}
.BgClassName
{
background-color: #D296B2;
}
</style>
border-color css
<style>
span { border-color: #D296B2; }
span { border-color: rgb(210,150,178); }
td.TdClassName
{
border-color: #D296B2;
}
.TagClassName
{
border-color: #D296B2;
}
</style>