#DF8CCA

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

Shades of Shocking #DF8CCA

Tints of Shocking #DF8CCA

Color information

#DF8CCA (or 0xDF8CCA) is unknown color: approx Shocking. HEX triplet: DF, 8C and CA. RGB value is (223,140,202). Sum of RGB (Red+Green+Blue) = 223+140+202=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CCA is #207335. Grayscale: #ABABAB. Windows color (decimal): -2126646 or 13274335. OLE color: 13274335.

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

Color convert

RGB223140202-
CMYK00.370.090.13
HSL315.18º56.46%71.18%-
HSV(B)315.18º37.22%87.45%-
XYZ50.4738.7160.69-
YUV171.88145164.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=39.47%
G=24.78%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314020200.370.090.13315.1856.4671.18
HexDF8CCA0259D13b3847
Octal337214312045111547370107
Binary1101111110001100110010100100101100111011001110111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CCA; }

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

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

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

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

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

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

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

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