Shades of Shocking #D48AB6
Tints of Shocking #D48AB6
RGB
CMYK
RGB Variations
Color information
#D48AB6 (or 0xD48AB6) is known color: Shocking. HEX triplet: D4, 8A and B6. RGB value is (212,138,182). Sum of RGB (Red+Green+Blue) = 212+138+182=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AB6 is #2B7549. Grayscale: #A5A5A5. Windows color (decimal): -2848074 or 11963092. OLE color: 11963092.
HSL color Cylindrical-coordinate representation of color #D48AB6: hue angle of 324.32º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48AB6 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 182 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.17 |
| HSL | 324.32º | 0.46% | 0.69% | - |
| HSV(B) | 324.32º | 0.35% | 0.83% | - |
| XYZ | 44.68 | 35.55 | 48.76 | - |
| YUV | 165.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 182 | 0 | 0.35 | 0.14 | 0.17 | 324.32 | 0.46 | 0.69 |
| Hex | D4 | 8A | B6 | 0 | 23 | E | 11 | 144 | 2E | 45 |
| Octal | 324 | 212 | 266 | 0 | 43 | 16 | 21 | 504 | 56 | 105 |
| Binary | 11010100 | 10001010 | 10110110 | 0 | 100011 | 1110 | 10001 | 101000100 | 101110 | 1000101 |
Color Harmonies of #D48AB6
Complementary color
Monochromatic Colors of #D48AB6
Black with #D48AB6
Text Example
Text Example
White with #D48AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48AB6; }
p { color: rgb(212,138,182); }
H1.HeaderClassName
{
color: #D48AB6;
}
.AnyTagClassName
{
color: #D48AB6;
}
</style>
background-color css
<style>
a { background-color: #D48AB6; }
a { background-color: rgb(212,138,182); }
div.DivClassName
{
background-color: #D48AB6;
}
.BgClassName
{
background-color: #D48AB6;
}
</style>
border-color css
<style>
span { border-color: #D48AB6; }
span { border-color: rgb(212,138,182); }
td.TdClassName
{
border-color: #D48AB6;
}
.TagClassName
{
border-color: #D48AB6;
}
</style>