#D88DC4

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

Shades of Shocking #D88DC4

Tints of Shocking #D88DC4

Color information

#D88DC4 (or 0xD88DC4) is unknown color: approx Shocking. HEX triplet: D8, 8D and C4. RGB value is (216,141,196). Sum of RGB (Red+Green+Blue) = 216+141+196=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DC4 is #27723B. Grayscale: #A9A9A9. Windows color (decimal): -2585148 or 12881368. OLE color: 12881368.

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

Color convert

RGB216141196-
CMYK00.350.090.15
HSL316º49.02%70%-
HSV(B)316º34.72%84.71%-
XYZ47.8137.6356.97-
YUV169.7142.85161.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=39.06%
G=25.50%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614119600.350.090.1531649.0270
HexD88DC40239F13c3146
Octal330215304043111747461106
Binary1101100010001101110001000100011100111111001111001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DC4; }

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

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

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

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

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

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

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

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