#D88DC5

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

Shades of Shocking #D88DC5

Tints of Shocking #D88DC5

Color information

#D88DC5 (or 0xD88DC5) is unknown color: approx Shocking. HEX triplet: D8, 8D and C5. RGB value is (216,141,197). Sum of RGB (Red+Green+Blue) = 216+141+197=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DC5 is #27723A. Grayscale: #A9A9A9. Windows color (decimal): -2585147 or 12946904. OLE color: 12946904.

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

Color convert

RGB216141197-
CMYK00.350.090.15
HSL315.2º49.02%70%-
HSV(B)315.2º34.72%84.71%-
XYZ47.9237.6857.57-
YUV169.81143.35160.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=38.99%
G=25.45%
B=35.56%

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
Decimal21614119700.350.090.15315.249.0270
HexD88DC50239F13b3146
Octal330215305043111747361106
Binary1101100010001101110001010100011100111111001110111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DC5; }

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

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

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

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

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

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

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

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