#DF8AC4

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

Shades of Shocking #DF8AC4

Tints of Shocking #DF8AC4

Color information

#DF8AC4 (or 0xDF8AC4) is unknown color: approx Shocking. HEX triplet: DF, 8A and C4. RGB value is (223,138,196). Sum of RGB (Red+Green+Blue) = 223+138+196=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AC4 is #20753B. Grayscale: #A9A9A9. Windows color (decimal): -2127164 or 12880607. OLE color: 12880607.

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

Color convert

RGB223138196-
CMYK00.380.120.13
HSL319.06º57.05%70.78%-
HSV(B)319.06º38.12%87.45%-
XYZ49.4837.8556.92-
YUV170.03142.66165.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=40.04%
G=24.78%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313819600.380.120.13319.0657.0570.78
HexDF8AC4026CD13f3947
Octal337212304046141547771107
Binary1101111110001010110001000100110110011011001111111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AC4; }

 p { color: rgb(223,138,196); }

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

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

 a { background-color: rgb(223,138,196); }

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

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

 span { border-color: rgb(223,138,196); }

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