#D993BD

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

Shades of Shocking #D993BD

Tints of Shocking #D993BD

Color information

#D993BD (or 0xD993BD) is unknown color: approx Shocking. HEX triplet: D9, 93 and BD. RGB value is (217,147,189). Sum of RGB (Red+Green+Blue) = 217+147+189=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D993BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993BD is #266C42. Grayscale: #ACACAC. Windows color (decimal): -2518083 or 12424153. OLE color: 12424153.

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

Color convert

RGB217147189-
CMYK00.320.130.15
HSL324º47.95%71.37%-
HSV(B)324º32.26%85.1%-
XYZ48.2339.2953.19-
YUV172.72137.19159.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=39.24%
G=26.58%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714718900.320.130.1532447.9571.37
HexD993BD020DF1443047
Octal331223275040151750460107
Binary1101100110010011101111010100000110111111010001001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993BD; }

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

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

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

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

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

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

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

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