#dd91b8

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

Shades of Shocking #DD91B8

Tints of Shocking #DD91B8

Color information

#DD91B8 (or 0xDD91B8) is unknown color: approx Shocking. HEX triplet: DD, 91 and B8. RGB value is (221,145,184). Sum of RGB (Red+Green+Blue) = 221+145+184=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91B8 is #226E47. Grayscale: #ACACAC. Windows color (decimal): -2256456 or 12095965. OLE color: 12095965.

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

Color convert

RGB221145184-
CMYK00.340.170.13
HSL329.21º52.78%71.76%-
HSV(B)329.21º34.39%86.67%-
XYZ48.639.0850.33-
YUV172.17134.68162.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=40.18%
G=26.36%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114518400.340.170.13329.2152.7871.76
HexDD91B802211D1493548
Octal335221270042211551165110
Binary11011101100100011011100001000101000111011010010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd91b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd91b8; }

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

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

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

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

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

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

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

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