#DD93B8

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

Shades of Shocking #DD93B8

Tints of Shocking #DD93B8

Color information

#DD93B8 (or 0xDD93B8) is unknown color: approx Shocking. HEX triplet: DD, 93 and B8. RGB value is (221,147,184). Sum of RGB (Red+Green+Blue) = 221+147+184=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93B8 is #226C47. Grayscale: #ADADAD. Windows color (decimal): -2255944 or 12096477. OLE color: 12096477.

HSL color Cylindrical-coordinate representation of color #DD93B8: hue angle of 330º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD93B8 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221147184-
CMYK00.330.170.13
HSL330º52.11%72.16%-
HSV(B)330º33.48%86.67%-
XYZ48.939.750.43-
YUV173.34134.02161.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 184 (72.27% from 255) = 33.33%
R=40.04%
G=26.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114718400.330.170.1333052.1172.16
HexDD93B802111D14a3448
Octal335223270041211551264110
Binary11011101100100111011100001000011000111011010010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93B8; }

 p { color: rgb(221,147,184); }

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

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

 a { background-color: rgb(221,147,184); }

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

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

 span { border-color: rgb(221,147,184); }

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