Shades of Kobi #D48BB2
Tints of Kobi #D48BB2
RGB
CMYK
RGB Variations
Color information
#D48BB2 (or 0xD48BB2) is known color: Kobi. HEX triplet: D4, 8B and B2. RGB value is (212,139,178). Sum of RGB (Red+Green+Blue) = 212+139+178=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48BB2 is #2B744D. Grayscale: #A5A5A5. Windows color (decimal): -2847822 or 11701204. OLE color: 11701204.
HSL color Cylindrical-coordinate representation of color #D48BB2: hue angle of 327.95º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48BB2 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 178 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.17 |
| HSL | 327.95º | 0.46% | 0.69% | - |
| HSV(B) | 327.95º | 0.34% | 0.83% | - |
| XYZ | 44.42 | 35.68 | 46.66 | - |
| YUV | 165.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 178 | 0 | 0.34 | 0.16 | 0.17 | 327.95 | 0.46 | 0.69 |
| Hex | D4 | 8B | B2 | 0 | 22 | 10 | 11 | 148 | 2E | 45 |
| Octal | 324 | 213 | 262 | 0 | 42 | 20 | 21 | 510 | 56 | 105 |
| Binary | 11010100 | 10001011 | 10110010 | 0 | 100010 | 10000 | 10001 | 101001000 | 101110 | 1000101 |
Color Harmonies of #D48BB2
Complementary color
Monochromatic Colors of #D48BB2
Black with #D48BB2
Text Example
Text Example
White with #D48BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BB2; }
p { color: rgb(212,139,178); }
H1.HeaderClassName
{
color: #D48BB2;
}
.AnyTagClassName
{
color: #D48BB2;
}
</style>
background-color css
<style>
a { background-color: #D48BB2; }
a { background-color: rgb(212,139,178); }
div.DivClassName
{
background-color: #D48BB2;
}
.BgClassName
{
background-color: #D48BB2;
}
</style>
border-color css
<style>
span { border-color: #D48BB2; }
span { border-color: rgb(212,139,178); }
td.TdClassName
{
border-color: #D48BB2;
}
.TagClassName
{
border-color: #D48BB2;
}
</style>