#DF9AC5

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

Shades of Shocking #DF9AC5

Tints of Shocking #DF9AC5

Color information

#DF9AC5 (or 0xDF9AC5) is unknown color: approx Shocking. HEX triplet: DF, 9A and C5. RGB value is (223,154,197). Sum of RGB (Red+Green+Blue) = 223+154+197=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AC5 is #20653A. Grayscale: #B3B3B3. Windows color (decimal): -2123067 or 12950239. OLE color: 12950239.

HSL color Cylindrical-coordinate representation of color #DF9AC5: hue angle of 322.61º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9AC5 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB223154197-
CMYK00.310.120.13
HSL322.61º51.88%73.92%-
HSV(B)322.61º30.94%87.45%-
XYZ52.0742.8358.35-
YUV179.53137.86159-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=38.85%
G=26.83%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315419700.310.120.13322.6151.8873.92
HexDF9AC501FCD143344a
Octal337232305037141550364112
Binary110111111001101011000101011111110011011010000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AC5; }

 p { color: rgb(223,154,197); }

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

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

 a { background-color: rgb(223,154,197); }

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

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

 span { border-color: rgb(223,154,197); }

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