#DD86B6

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

Shades of Shocking #DD86B6

Tints of Shocking #DD86B6

Color information

#DD86B6 (or 0xDD86B6) is unknown color: approx Shocking. HEX triplet: DD, 86 and B6. RGB value is (221,134,182). Sum of RGB (Red+Green+Blue) = 221+134+182=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86B6 is #227949. Grayscale: #A5A5A5. Windows color (decimal): -2259274 or 11962077. OLE color: 11962077.

HSL color Cylindrical-coordinate representation of color #DD86B6: hue angle of 326.9º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD86B6 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221134182-
CMYK00.390.180.13
HSL326.9º56.13%69.61%-
HSV(B)326.9º39.37%86.67%-
XYZ46.7935.848.7-
YUV165.48137.32167.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=41.15%
G=24.95%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113418200.390.180.13326.956.1369.61
HexDD86B602712D1473846
Octal335206266047221550770106
Binary11011101100001101011011001001111001011011010001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86B6; }

 p { color: rgb(221,134,182); }

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

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

 a { background-color: rgb(221,134,182); }

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

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

 span { border-color: rgb(221,134,182); }

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