Shades of Shocking #D68BBD
Tints of Shocking #D68BBD
RGB
CMYK
RGB Variations
Color information
#D68BBD (or 0xD68BBD) is known color: Shocking. HEX triplet: D6, 8B and BD. RGB value is (214,139,189). Sum of RGB (Red+Green+Blue) = 214+139+189=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BBD is #297442. Grayscale: #A6A6A6. Windows color (decimal): -2716739 or 12422102. OLE color: 12422102.
HSL color Cylindrical-coordinate representation of color #D68BBD: hue angle of 320º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68BBD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 189 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.16 |
| HSL | 320º | 0.48% | 0.69% | - |
| HSV(B) | 320º | 0.35% | 0.84% | - |
| XYZ | 46.15 | 36.44 | 52.74 | - |
| YUV | 167.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 189 | 0 | 0.35 | 0.12 | 0.16 | 320 | 0.48 | 0.69 |
| Hex | D6 | 8B | BD | 0 | 23 | C | 10 | 140 | 30 | 45 |
| Octal | 326 | 213 | 275 | 0 | 43 | 14 | 20 | 500 | 60 | 105 |
| Binary | 11010110 | 10001011 | 10111101 | 0 | 100011 | 1100 | 10000 | 101000000 | 110000 | 1000101 |
Color Harmonies of #D68BBD
Complementary color
Monochromatic Colors of #D68BBD
Black with #D68BBD
Text Example
Text Example
White with #D68BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BBD; }
p { color: rgb(214,139,189); }
H1.HeaderClassName
{
color: #D68BBD;
}
.AnyTagClassName
{
color: #D68BBD;
}
</style>
background-color css
<style>
a { background-color: #D68BBD; }
a { background-color: rgb(214,139,189); }
div.DivClassName
{
background-color: #D68BBD;
}
.BgClassName
{
background-color: #D68BBD;
}
</style>
border-color css
<style>
span { border-color: #D68BBD; }
span { border-color: rgb(214,139,189); }
td.TdClassName
{
border-color: #D68BBD;
}
.TagClassName
{
border-color: #D68BBD;
}
</style>