#D88DC1

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

Shades of Shocking #D88DC1

Tints of Shocking #D88DC1

Color information

#D88DC1 (or 0xD88DC1) is unknown color: approx Shocking. HEX triplet: D8, 8D and C1. RGB value is (216,141,193). Sum of RGB (Red+Green+Blue) = 216+141+193=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DC1 is #27723E. Grayscale: #A9A9A9. Windows color (decimal): -2585151 or 12684760. OLE color: 12684760.

HSL color Cylindrical-coordinate representation of color #D88DC1: hue angle of 318.4º 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 #D88DC1 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216141193-
CMYK00.350.110.15
HSL318.4º49.02%70%-
HSV(B)318.4º34.72%84.71%-
XYZ47.4737.555.19-
YUV169.35141.35161.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=39.27%
G=25.64%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614119300.350.110.15318.449.0270
HexD88DC1023BF13e3146
Octal330215301043131747661106
Binary1101100010001101110000010100011101111111001111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DC1; }

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

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

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

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

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

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

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

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