#DD9FC5

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

Shades of Shocking #DD9FC5

Tints of Shocking #DD9FC5

Color information

#DD9FC5 (or 0xDD9FC5) is unknown color: approx Shocking. HEX triplet: DD, 9F and C5. RGB value is (221,159,197). Sum of RGB (Red+Green+Blue) = 221+159+197=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FC5 is #22603A. Grayscale: #B5B5B5. Windows color (decimal): -2252859 or 12951517. OLE color: 12951517.

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

Color convert

RGB221159197-
CMYK00.280.110.13
HSL323.23º47.69%74.51%-
HSV(B)323.23º28.05%86.67%-
XYZ52.2944.258.6-
YUV181.87136.54155.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 159 (62.5% from 255) = 27.56%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=38.30%
G=27.56%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115919700.280.110.13323.2347.6974.51
HexDD9FC501CBD143304b
Octal335237305034131550360113
Binary110111011001111111000101011100101111011010000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FC5; }

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

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

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

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

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

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

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

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