Shades of Kobi #D48CB3
Tints of Kobi #D48CB3
RGB
CMYK
RGB Variations
Color information
#D48CB3 (or 0xD48CB3) is known color: Kobi. HEX triplet: D4, 8C and B3. RGB value is (212,140,179). Sum of RGB (Red+Green+Blue) = 212+140+179=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CB3 is #2B734C. Grayscale: #A5A5A5. Windows color (decimal): -2847565 or 11766996. OLE color: 11766996.
HSL color Cylindrical-coordinate representation of color #D48CB3: hue angle of 327.5º 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 #D48CB3 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 179 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.17 |
| HSL | 327.5º | 0.46% | 0.69% | - |
| HSV(B) | 327.5º | 0.34% | 0.83% | - |
| XYZ | 44.67 | 36.01 | 47.24 | - |
| YUV | 165.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 179 | 0 | 0.34 | 0.16 | 0.17 | 327.5 | 0.46 | 0.69 |
| Hex | D4 | 8C | B3 | 0 | 22 | 10 | 11 | 148 | 2E | 45 |
| Octal | 324 | 214 | 263 | 0 | 42 | 20 | 21 | 510 | 56 | 105 |
| Binary | 11010100 | 10001100 | 10110011 | 0 | 100010 | 10000 | 10001 | 101001000 | 101110 | 1000101 |
Color Harmonies of #D48CB3
Complementary color
Monochromatic Colors of #D48CB3
Black with #D48CB3
Text Example
Text Example
White with #D48CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CB3; }
p { color: rgb(212,140,179); }
H1.HeaderClassName
{
color: #D48CB3;
}
.AnyTagClassName
{
color: #D48CB3;
}
</style>
background-color css
<style>
a { background-color: #D48CB3; }
a { background-color: rgb(212,140,179); }
div.DivClassName
{
background-color: #D48CB3;
}
.BgClassName
{
background-color: #D48CB3;
}
</style>
border-color css
<style>
span { border-color: #D48CB3; }
span { border-color: rgb(212,140,179); }
td.TdClassName
{
border-color: #D48CB3;
}
.TagClassName
{
border-color: #D48CB3;
}
</style>