#DD9FC9

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

Shades of Shocking #DD9FC9

Tints of Shocking #DD9FC9

Color information

#DD9FC9 (or 0xDD9FC9) is unknown color: approx Shocking. HEX triplet: DD, 9F and C9. RGB value is (221,159,201). Sum of RGB (Red+Green+Blue) = 221+159+201=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FC9 is #226036. Grayscale: #B6B6B6. Windows color (decimal): -2252855 or 13213661. OLE color: 13213661.

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

Color convert

RGB221159201-
CMYK00.280.090.13
HSL319.35º47.69%74.51%-
HSV(B)319.35º28.05%86.67%-
XYZ52.7644.3961.04-
YUV182.33138.54155.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=38.04%
G=27.37%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115920100.280.090.13319.3547.6974.51
HexDD9FC901C9D13f304b
Octal335237311034111547760113
Binary110111011001111111001001011100100111011001111111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FC9; }

 p { color: rgb(221,159,201); }

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

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

 a { background-color: rgb(221,159,201); }

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

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

 span { border-color: rgb(221,159,201); }

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