#DD9AC7

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

Shades of Shocking #DD9AC7

Tints of Shocking #DD9AC7

Color information

#DD9AC7 (or 0xDD9AC7) is unknown color: approx Shocking. HEX triplet: DD, 9A and C7. RGB value is (221,154,199). Sum of RGB (Red+Green+Blue) = 221+154+199=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9AC7 is #226538. Grayscale: #B3B3B3. Windows color (decimal): -2254137 or 13081309. OLE color: 13081309.

HSL color Cylindrical-coordinate representation of color #DD9AC7: hue angle of 319.7º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9AC7 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221154199-
CMYK00.300.100.13
HSL319.7º49.63%73.53%-
HSV(B)319.7º30.32%86.67%-
XYZ51.6842.6159.53-
YUV179.16139.2157.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 199 (78.12% from 255) = 34.67%
R=38.50%
G=26.83%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115419900.300.100.13319.749.6373.53
HexDD9AC701EAD140324a
Octal335232307036121550062112
Binary110111011001101011000111011110101011011010000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9AC7; }

 p { color: rgb(221,154,199); }

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

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

 a { background-color: rgb(221,154,199); }

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

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

 span { border-color: rgb(221,154,199); }

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