#D88CB6

Color #D88CB6 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D88CB6

Tints of Shocking #D88CB6

Color information

#D88CB6 (or 0xD88CB6) is unknown color: approx Shocking. HEX triplet: D8, 8C and B6. RGB value is (216,140,182). Sum of RGB (Red+Green+Blue) = 216+140+182=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CB6 is #277349. Grayscale: #A7A7A7. Windows color (decimal): -2585418 or 11963608. OLE color: 11963608.

HSL color Cylindrical-coordinate representation of color #D88CB6: hue angle of 326.84º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88CB6 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB216140182-
CMYK00.350.160.15
HSL326.84º49.35%69.8%-
HSV(B)326.84º35.19%84.71%-
XYZ46.1436.7348.91-
YUV167.51136.18162.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=40.15%
G=26.02%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614018200.350.160.15326.8449.3569.8
HexD88CB602310F1473146
Octal330214266043201750761106
Binary11011000100011001011011001000111000011111010001111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CB6; }

 p { color: rgb(216,140,182); }

 H1.HeaderClassName
 {
   color: #D88CB6;
 }
 .AnyTagClassName
 {
   color: #D88CB6;
 }
</style>
background-color css

<style>
 a { background-color: #D88CB6; }

 a { background-color: rgb(216,140,182); }

 div.DivClassName
 {
   background-color: #D88CB6;
 }
 .BgClassName
 {
   background-color: #D88CB6;
 }
</style>
border-color css

<style>
 span { border-color: #D88CB6; }

 span { border-color: rgb(216,140,182); }

 td.TdClassName
 {
   border-color: #D88CB6;
 }
 .TagClassName
 {
   border-color: #D88CB6;
 }
</style>