#D88EC1

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

Shades of Shocking #D88EC1

Tints of Shocking #D88EC1

Color information

#D88EC1 (or 0xD88EC1) is unknown color: approx Shocking. HEX triplet: D8, 8E and C1. RGB value is (216,142,193). Sum of RGB (Red+Green+Blue) = 216+142+193=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EC1 is #27713E. Grayscale: #A9A9A9. Windows color (decimal): -2584895 or 12685016. OLE color: 12685016.

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

Color convert

RGB216142193-
CMYK00.340.110.15
HSL318.65º48.68%70.2%-
HSV(B)318.65º34.26%84.71%-
XYZ47.6237.855.24-
YUV169.94141.02160.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 142 (55.86% from 255) = 25.77%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=39.20%
G=25.77%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614219300.340.110.15318.6548.6870.2
HexD88EC1022BF13f3146
Octal330216301042131747761106
Binary1101100010001110110000010100010101111111001111111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88EC1; }

 p { color: rgb(216,142,193); }

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

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

 a { background-color: rgb(216,142,193); }

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

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

 span { border-color: rgb(216,142,193); }

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