Shades of Kobi #D27BB2
Tints of Kobi #D27BB2
RGB
CMYK
RGB Variations
Color information
#D27BB2 (or 0xD27BB2) is known color: Kobi. HEX triplet: D2, 7B and B2. RGB value is (210,123,178). Sum of RGB (Red+Green+Blue) = 210+123+178=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27BB2 is #2D844D. Grayscale: #9B9B9B. Windows color (decimal): -2982990 or 11697106. OLE color: 11697106.
HSL color Cylindrical-coordinate representation of color #D27BB2: hue angle of 322.07º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27BB2 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 178 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.18 |
| HSL | 322.07º | 0.49% | 0.65% | - |
| HSV(B) | 322.07º | 0.41% | 0.82% | - |
| XYZ | 41.7 | 31.08 | 45.92 | - |
| YUV | 155.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 178 | 0 | 0.41 | 0.15 | 0.18 | 322.07 | 0.49 | 0.65 |
| Hex | D2 | 7B | B2 | 0 | 29 | F | 12 | 142 | 31 | 41 |
| Octal | 322 | 173 | 262 | 0 | 51 | 17 | 22 | 502 | 61 | 101 |
| Binary | 11010010 | 1111011 | 10110010 | 0 | 101001 | 1111 | 10010 | 101000010 | 110001 | 1000001 |
Color Harmonies of #D27BB2
Complementary color
Monochromatic Colors of #D27BB2
Black with #D27BB2
Text Example
Text Example
White with #D27BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BB2; }
p { color: rgb(210,123,178); }
H1.HeaderClassName
{
color: #D27BB2;
}
.AnyTagClassName
{
color: #D27BB2;
}
</style>
background-color css
<style>
a { background-color: #D27BB2; }
a { background-color: rgb(210,123,178); }
div.DivClassName
{
background-color: #D27BB2;
}
.BgClassName
{
background-color: #D27BB2;
}
</style>
border-color css
<style>
span { border-color: #D27BB2; }
span { border-color: rgb(210,123,178); }
td.TdClassName
{
border-color: #D27BB2;
}
.TagClassName
{
border-color: #D27BB2;
}
</style>