#D994C3

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

Shades of Shocking #D994C3

Tints of Shocking #D994C3

Color information

#D994C3 (or 0xD994C3) is unknown color: approx Shocking. HEX triplet: D9, 94 and C3. RGB value is (217,148,195). Sum of RGB (Red+Green+Blue) = 217+148+195=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D994C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994C3 is #266B3C. Grayscale: #ADADAD. Windows color (decimal): -2517821 or 12817625. OLE color: 12817625.

HSL color Cylindrical-coordinate representation of color #D994C3: hue angle of 319.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994C3 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB217148195-
CMYK00.320.100.15
HSL319.13º47.59%71.57%-
HSV(B)319.13º31.8%85.1%-
XYZ49.0639.8756.74-
YUV173.99139.86158.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=38.75%
G=26.43%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714819500.320.100.15319.1347.5971.57
HexD994C3020AF13f3048
Octal331224303040121747760110
Binary1101100110010100110000110100000101011111001111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994C3; }

 p { color: rgb(217,148,195); }

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

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

 a { background-color: rgb(217,148,195); }

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

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

 span { border-color: rgb(217,148,195); }

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