Shades of Shocking #D48CB6
Tints of Shocking #D48CB6
RGB
CMYK
RGB Variations
Color information
#D48CB6 (or 0xD48CB6) is known color: Shocking. HEX triplet: D4, 8C and B6. RGB value is (212,140,182). Sum of RGB (Red+Green+Blue) = 212+140+182=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CB6 is #2B7349. Grayscale: #A6A6A6. Windows color (decimal): -2847562 or 11963604. OLE color: 11963604.
HSL color Cylindrical-coordinate representation of color #D48CB6: hue angle of 325º 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 #D48CB6 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 182 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.17 |
| HSL | 325º | 0.46% | 0.69% | - |
| HSV(B) | 325º | 0.34% | 0.83% | - |
| XYZ | 44.97 | 36.13 | 48.86 | - |
| YUV | 166.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 182 | 0 | 0.34 | 0.14 | 0.17 | 325 | 0.46 | 0.69 |
| Hex | D4 | 8C | B6 | 0 | 22 | E | 11 | 145 | 2E | 45 |
| Octal | 324 | 214 | 266 | 0 | 42 | 16 | 21 | 505 | 56 | 105 |
| Binary | 11010100 | 10001100 | 10110110 | 0 | 100010 | 1110 | 10001 | 101000101 | 101110 | 1000101 |
Color Harmonies of #D48CB6
Complementary color
Monochromatic Colors of #D48CB6
Black with #D48CB6
Text Example
Text Example
White with #D48CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CB6; }
p { color: rgb(212,140,182); }
H1.HeaderClassName
{
color: #D48CB6;
}
.AnyTagClassName
{
color: #D48CB6;
}
</style>
background-color css
<style>
a { background-color: #D48CB6; }
a { background-color: rgb(212,140,182); }
div.DivClassName
{
background-color: #D48CB6;
}
.BgClassName
{
background-color: #D48CB6;
}
</style>
border-color css
<style>
span { border-color: #D48CB6; }
span { border-color: rgb(212,140,182); }
td.TdClassName
{
border-color: #D48CB6;
}
.TagClassName
{
border-color: #D48CB6;
}
</style>