#DD88B7

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

Shades of Shocking #DD88B7

Tints of Shocking #DD88B7

Color information

#DD88B7 (or 0xDD88B7) is unknown color: approx Shocking. HEX triplet: DD, 88 and B7. RGB value is (221,136,183). Sum of RGB (Red+Green+Blue) = 221+136+183=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88B7 is #227748. Grayscale: #A6A6A6. Windows color (decimal): -2258761 or 12028125. OLE color: 12028125.

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

Color convert

RGB221136183-
CMYK00.380.170.13
HSL326.82º55.56%70%-
HSV(B)326.82º38.46%86.67%-
XYZ47.1736.449.34-
YUV166.77137.16166.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 183 (71.88% from 255) = 33.89%
R=40.93%
G=25.19%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113618300.380.170.13326.8255.5670
HexDD88B702611D1473846
Octal335210267046211550770106
Binary11011101100010001011011101001101000111011010001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88B7; }

 p { color: rgb(221,136,183); }

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

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

 a { background-color: rgb(221,136,183); }

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

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

 span { border-color: rgb(221,136,183); }

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