#DF9AC7

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

Shades of Shocking #DF9AC7

Tints of Shocking #DF9AC7

Color information

#DF9AC7 (or 0xDF9AC7) is unknown color: approx Shocking. HEX triplet: DF, 9A and C7. RGB value is (223,154,199). Sum of RGB (Red+Green+Blue) = 223+154+199=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AC7 is #206538. Grayscale: #B3B3B3. Windows color (decimal): -2123065 or 13081311. OLE color: 13081311.

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

Color convert

RGB223154199-
CMYK00.310.110.13
HSL320.87º51.88%73.92%-
HSV(B)320.87º30.94%87.45%-
XYZ52.342.9259.56-
YUV179.76138.86158.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=38.72%
G=26.74%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315419900.310.110.13320.8751.8873.92
HexDF9AC701FBD141344a
Octal337232307037131550164112
Binary110111111001101011000111011111101111011010000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AC7; }

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

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

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

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

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

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

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

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