Shades of Kobi #D48DB4
Tints of Kobi #D48DB4
RGB
CMYK
RGB Variations
Color information
#D48DB4 (or 0xD48DB4) is known color: Kobi. HEX triplet: D4, 8D and B4. RGB value is (212,141,180). Sum of RGB (Red+Green+Blue) = 212+141+180=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DB4 is #2B724B. Grayscale: #A6A6A6. Windows color (decimal): -2847308 or 11832788. OLE color: 11832788.
HSL color Cylindrical-coordinate representation of color #D48DB4: hue angle of 327.04º 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 #D48DB4 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 180 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.17 |
| HSL | 327.04º | 0.45% | 0.69% | - |
| HSV(B) | 327.04º | 0.33% | 0.83% | - |
| XYZ | 44.91 | 36.34 | 47.83 | - |
| YUV | 166.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 180 | 0 | 0.33 | 0.15 | 0.17 | 327.04 | 0.45 | 0.69 |
| Hex | D4 | 8D | B4 | 0 | 21 | F | 11 | 147 | 2D | 45 |
| Octal | 324 | 215 | 264 | 0 | 41 | 17 | 21 | 507 | 55 | 105 |
| Binary | 11010100 | 10001101 | 10110100 | 0 | 100001 | 1111 | 10001 | 101000111 | 101101 | 1000101 |
Color Harmonies of #D48DB4
Complementary color
Monochromatic Colors of #D48DB4
Black with #D48DB4
Text Example
Text Example
White with #D48DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DB4; }
p { color: rgb(212,141,180); }
H1.HeaderClassName
{
color: #D48DB4;
}
.AnyTagClassName
{
color: #D48DB4;
}
</style>
background-color css
<style>
a { background-color: #D48DB4; }
a { background-color: rgb(212,141,180); }
div.DivClassName
{
background-color: #D48DB4;
}
.BgClassName
{
background-color: #D48DB4;
}
</style>
border-color css
<style>
span { border-color: #D48DB4; }
span { border-color: rgb(212,141,180); }
td.TdClassName
{
border-color: #D48DB4;
}
.TagClassName
{
border-color: #D48DB4;
}
</style>