#D993BB

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

Shades of Shocking #D993BB

Tints of Shocking #D993BB

Color information

#D993BB (or 0xD993BB) is unknown color: approx Shocking. HEX triplet: D9, 93 and BB. RGB value is (217,147,187). Sum of RGB (Red+Green+Blue) = 217+147+187=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D993BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993BB is #266C44. Grayscale: #ACACAC. Windows color (decimal): -2518085 or 12293081. OLE color: 12293081.

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

Color convert

RGB217147187-
CMYK00.320.140.15
HSL325.71º47.95%71.37%-
HSV(B)325.71º32.26%85.1%-
XYZ48.0239.2152.05-
YUV172.49136.19159.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=39.38%
G=26.68%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714718700.320.140.15325.7147.9571.37
HexD993BB020EF1463047
Octal331223273040161750660107
Binary1101100110010011101110110100000111011111010001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993BB; }

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

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

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

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

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

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

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

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