#DD9FCC

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

Shades of Shocking #DD9FCC

Tints of Shocking #DD9FCC

Color information

#DD9FCC (or 0xDD9FCC) is unknown color: approx Shocking. HEX triplet: DD, 9F and CC. RGB value is (221,159,204). Sum of RGB (Red+Green+Blue) = 221+159+204=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FCC is #226033. Grayscale: #B6B6B6. Windows color (decimal): -2252852 or 13410269. OLE color: 13410269.

HSL color Cylindrical-coordinate representation of color #DD9FCC: hue angle of 316.45º 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 #DD9FCC is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221159204-
CMYK00.280.080.13
HSL316.45º47.69%74.51%-
HSV(B)316.45º28.05%86.67%-
XYZ53.1244.5362.92-
YUV182.67140.04155.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=37.84%
G=27.23%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115920400.280.080.13316.4547.6974.51
HexDD9FCC01C8D13c304b
Octal335237314034101547460113
Binary110111011001111111001100011100100011011001111001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FCC; }

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

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

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

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

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

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

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

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