#DD8EBB

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

Shades of Shocking #DD8EBB

Tints of Shocking #DD8EBB

Color information

#DD8EBB (or 0xDD8EBB) is unknown color: approx Shocking. HEX triplet: DD, 8E and BB. RGB value is (221,142,187). Sum of RGB (Red+Green+Blue) = 221+142+187=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EBB is #227144. Grayscale: #AAAAAA. Windows color (decimal): -2257221 or 12291805. OLE color: 12291805.

HSL color Cylindrical-coordinate representation of color #DD8EBB: hue angle of 325.82º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8EBB is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221142187-
CMYK00.360.150.13
HSL325.82º53.74%71.18%-
HSV(B)325.82º35.75%86.67%-
XYZ48.4638.3151.85-
YUV170.75137.17163.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 142 (55.86% from 255) = 25.82%
BLUE value IS 187 (73.44% from 255) = 34%
R=40.18%
G=25.82%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114218700.360.150.13325.8253.7471.18
HexDD8EBB024FD1463647
Octal335216273044171550666107
Binary1101110110001110101110110100100111111011010001101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EBB; }

 p { color: rgb(221,142,187); }

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

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

 a { background-color: rgb(221,142,187); }

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

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

 span { border-color: rgb(221,142,187); }

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