#DD9FC4

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

Shades of Shocking #DD9FC4

Tints of Shocking #DD9FC4

Color information

#DD9FC4 (or 0xDD9FC4) is unknown color: approx Shocking. HEX triplet: DD, 9F and C4. RGB value is (221,159,196). Sum of RGB (Red+Green+Blue) = 221+159+196=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FC4 is #22603B. Grayscale: #B5B5B5. Windows color (decimal): -2252860 or 12885981. OLE color: 12885981.

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

Color convert

RGB221159196-
CMYK00.280.110.13
HSL324.19º47.69%74.51%-
HSV(B)324.19º28.05%86.67%-
XYZ52.1844.1558-
YUV181.76136.04155.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 196 (76.95% from 255) = 34.03%
R=38.37%
G=27.60%
B=34.03%

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
Decimal22115919600.280.110.13324.1947.6974.51
HexDD9FC401CBD144304b
Octal335237304034131550460113
Binary110111011001111111000100011100101111011010001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FC4; }

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

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

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

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

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

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

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

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