Shades of Kobi #D48DB2
Tints of Kobi #D48DB2
RGB
CMYK
RGB Variations
Color information
#D48DB2 (or 0xD48DB2) is known color: Kobi. HEX triplet: D4, 8D and B2. RGB value is (212,141,178). Sum of RGB (Red+Green+Blue) = 212+141+178=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48DB2 is #2B724D. Grayscale: #A6A6A6. Windows color (decimal): -2847310 or 11701716. OLE color: 11701716.
HSL color Cylindrical-coordinate representation of color #D48DB2: hue angle of 328.73º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48DB2 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 178 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.17 |
| HSL | 328.73º | 0.45% | 0.69% | - |
| HSV(B) | 328.73º | 0.33% | 0.83% | - |
| XYZ | 44.71 | 36.26 | 46.76 | - |
| YUV | 166.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 178 | 0 | 0.33 | 0.16 | 0.17 | 328.73 | 0.45 | 0.69 |
| Hex | D4 | 8D | B2 | 0 | 21 | 10 | 11 | 149 | 2D | 45 |
| Octal | 324 | 215 | 262 | 0 | 41 | 20 | 21 | 511 | 55 | 105 |
| Binary | 11010100 | 10001101 | 10110010 | 0 | 100001 | 10000 | 10001 | 101001001 | 101101 | 1000101 |
Color Harmonies of #D48DB2
Complementary color
Monochromatic Colors of #D48DB2
Black with #D48DB2
Text Example
Text Example
White with #D48DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DB2; }
p { color: rgb(212,141,178); }
H1.HeaderClassName
{
color: #D48DB2;
}
.AnyTagClassName
{
color: #D48DB2;
}
</style>
background-color css
<style>
a { background-color: #D48DB2; }
a { background-color: rgb(212,141,178); }
div.DivClassName
{
background-color: #D48DB2;
}
.BgClassName
{
background-color: #D48DB2;
}
</style>
border-color css
<style>
span { border-color: #D48DB2; }
span { border-color: rgb(212,141,178); }
td.TdClassName
{
border-color: #D48DB2;
}
.TagClassName
{
border-color: #D48DB2;
}
</style>