#D994C4

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

Shades of Shocking #D994C4

Tints of Shocking #D994C4

Color information

#D994C4 (or 0xD994C4) is unknown color: approx Shocking. HEX triplet: D9, 94 and C4. RGB value is (217,148,196). Sum of RGB (Red+Green+Blue) = 217+148+196=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D994C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994C4 is #266B3B. Grayscale: #ADADAD. Windows color (decimal): -2517820 or 12883161. OLE color: 12883161.

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

Color convert

RGB217148196-
CMYK00.320.100.15
HSL318.26º47.59%71.57%-
HSV(B)318.26º31.8%85.1%-
XYZ49.1739.9257.34-
YUV174.1140.36158.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=38.68%
G=26.38%
B=34.94%

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
Decimal21714819600.320.100.15318.2647.5971.57
HexD994C4020AF13e3048
Octal331224304040121747660110
Binary1101100110010100110001000100000101011111001111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994C4; }

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

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

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

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

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

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

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

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