#D993B5

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

Shades of Shocking #D993B5

Tints of Shocking #D993B5

Color information

#D993B5 (or 0xD993B5) is unknown color: approx Shocking. HEX triplet: D9, 93 and B5. RGB value is (217,147,181). Sum of RGB (Red+Green+Blue) = 217+147+181=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D993B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993B5 is #266C4A. Grayscale: #ABABAB. Windows color (decimal): -2518091 or 11899865. OLE color: 11899865.

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

Color convert

RGB217147181-
CMYK00.320.170.15
HSL330.86º47.95%71.37%-
HSV(B)330.86º32.26%85.1%-
XYZ47.3938.9648.74-
YUV171.81133.19160.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=39.82%
G=26.97%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714718100.320.170.15330.8647.9571.37
HexD993B502011F14b3047
Octal331223265040211751360107
Binary11011001100100111011010101000001000111111010010111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993B5; }

 p { color: rgb(217,147,181); }

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

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

 a { background-color: rgb(217,147,181); }

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

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

 span { border-color: rgb(217,147,181); }

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