Shades of Kobi #D48BB3
Tints of Kobi #D48BB3
RGB
CMYK
RGB Variations
Color information
#D48BB3 (or 0xD48BB3) is known color: Kobi. HEX triplet: D4, 8B and B3. RGB value is (212,139,179). Sum of RGB (Red+Green+Blue) = 212+139+179=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BB3 is #2B744C. Grayscale: #A5A5A5. Windows color (decimal): -2847821 or 11766740. OLE color: 11766740.
HSL color Cylindrical-coordinate representation of color #D48BB3: hue angle of 327.12º 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 #D48BB3 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 179 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.17 |
| HSL | 327.12º | 0.46% | 0.69% | - |
| HSV(B) | 327.12º | 0.34% | 0.83% | - |
| XYZ | 44.52 | 35.72 | 47.2 | - |
| YUV | 165.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 179 | 0 | 0.34 | 0.16 | 0.17 | 327.12 | 0.46 | 0.69 |
| Hex | D4 | 8B | B3 | 0 | 22 | 10 | 11 | 147 | 2E | 45 |
| Octal | 324 | 213 | 263 | 0 | 42 | 20 | 21 | 507 | 56 | 105 |
| Binary | 11010100 | 10001011 | 10110011 | 0 | 100010 | 10000 | 10001 | 101000111 | 101110 | 1000101 |
Color Harmonies of #D48BB3
Complementary color
Monochromatic Colors of #D48BB3
Black with #D48BB3
Text Example
Text Example
White with #D48BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BB3; }
p { color: rgb(212,139,179); }
H1.HeaderClassName
{
color: #D48BB3;
}
.AnyTagClassName
{
color: #D48BB3;
}
</style>
background-color css
<style>
a { background-color: #D48BB3; }
a { background-color: rgb(212,139,179); }
div.DivClassName
{
background-color: #D48BB3;
}
.BgClassName
{
background-color: #D48BB3;
}
</style>
border-color css
<style>
span { border-color: #D48BB3; }
span { border-color: rgb(212,139,179); }
td.TdClassName
{
border-color: #D48BB3;
}
.TagClassName
{
border-color: #D48BB3;
}
</style>