#DD9DCB

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

Shades of Shocking #DD9DCB

Tints of Shocking #DD9DCB

Color information

#DD9DCB (or 0xDD9DCB) is unknown color: approx Shocking. HEX triplet: DD, 9D and CB. RGB value is (221,157,203). Sum of RGB (Red+Green+Blue) = 221+157+203=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DCB is #226234. Grayscale: #B5B5B5. Windows color (decimal): -2253365 or 13344221. OLE color: 13344221.

HSL color Cylindrical-coordinate representation of color #DD9DCB: hue angle of 316.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DCB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221157203-
CMYK00.290.080.13
HSL316.88º48.48%74.12%-
HSV(B)316.88º28.96%86.67%-
XYZ52.6643.862.18-
YUV181.38140.2156.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=38.04%
G=27.02%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115720300.290.080.13316.8848.4874.12
HexDD9DCB01D8D13d304a
Octal335235313035101547560112
Binary110111011001110111001011011101100011011001111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DCB; }

 p { color: rgb(221,157,203); }

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

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

 a { background-color: rgb(221,157,203); }

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

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

 span { border-color: rgb(221,157,203); }

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