#DF8CC3

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

Shades of Shocking #DF8CC3

Tints of Shocking #DF8CC3

Color information

#DF8CC3 (or 0xDF8CC3) is unknown color: approx Shocking. HEX triplet: DF, 8C and C3. RGB value is (223,140,195). Sum of RGB (Red+Green+Blue) = 223+140+195=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CC3 is #20733C. Grayscale: #AAAAAA. Windows color (decimal): -2126653 or 12815583. OLE color: 12815583.

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

Color convert

RGB223140195-
CMYK00.370.130.13
HSL320.24º56.46%71.18%-
HSV(B)320.24º37.22%87.45%-
XYZ49.6638.3856.42-
YUV171.09141.5165.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 140 (55.08% from 255) = 25.09%
BLUE value IS 195 (76.56% from 255) = 34.95%
R=39.96%
G=25.09%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314019500.370.130.13320.2456.4671.18
HexDF8CC3025DD1403847
Octal337214303045151550070107
Binary1101111110001100110000110100101110111011010000001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CC3; }

 p { color: rgb(223,140,195); }

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

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

 a { background-color: rgb(223,140,195); }

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

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

 span { border-color: rgb(223,140,195); }

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