#D994C0

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

Shades of Shocking #D994C0

Tints of Shocking #D994C0

Color information

#D994C0 (or 0xD994C0) is unknown color: approx Shocking. HEX triplet: D9, 94 and C0. RGB value is (217,148,192). Sum of RGB (Red+Green+Blue) = 217+148+192=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D994C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994C0 is #266B3F. Grayscale: #ADADAD. Windows color (decimal): -2517824 or 12621017. OLE color: 12621017.

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

Color convert

RGB217148192-
CMYK00.320.120.15
HSL321.74º47.59%71.57%-
HSV(B)321.74º31.8%85.1%-
XYZ48.7239.7454.97-
YUV173.65138.36158.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 148 (58.20% from 255) = 26.57%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=38.96%
G=26.57%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714819200.320.120.15321.7447.5971.57
HexD994C0020CF1423048
Octal331224300040141750260110
Binary1101100110010100110000000100000110011111010000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994C0; }

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

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

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

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

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

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

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

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