#D984C0

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

Shades of Shocking #D984C0

Tints of Shocking #D984C0

Color information

#D984C0 (or 0xD984C0) is unknown color: approx Shocking. HEX triplet: D9, 84 and C0. RGB value is (217,132,192). Sum of RGB (Red+Green+Blue) = 217+132+192=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D984C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984C0 is #267B3F. Grayscale: #A4A4A4. Windows color (decimal): -2521920 or 12616921. OLE color: 12616921.

HSL color Cylindrical-coordinate representation of color #D984C0: hue angle of 317.65º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D984C0 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217132192-
CMYK00.390.120.15
HSL317.65º52.8%68.43%-
HSV(B)317.65º39.17%85.1%-
XYZ46.3835.0654.19-
YUV164.26143.66165.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=40.11%
G=24.40%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713219200.390.120.15317.6552.868.43
HexD984C0027CF13e3544
Octal331204300047141747665104
Binary1101100110000100110000000100111110011111001111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984C0; }

 p { color: rgb(217,132,192); }

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

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

 a { background-color: rgb(217,132,192); }

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

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

 span { border-color: rgb(217,132,192); }

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