#DFA0CD

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

Shades of Shocking #DFA0CD

Tints of Shocking #DFA0CD

Color information

#DFA0CD (or 0xDFA0CD) is unknown color: approx Shocking. HEX triplet: DF, A0 and CD. RGB value is (223,160,205). Sum of RGB (Red+Green+Blue) = 223+160+205=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0CD is #205F32. Grayscale: #B7B7B7. Windows color (decimal): -2121523 or 13476063. OLE color: 13476063.

HSL color Cylindrical-coordinate representation of color #DFA0CD: hue angle of 317.14º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA0CD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223160205-
CMYK00.280.080.13
HSL317.14º49.61%75.1%-
HSV(B)317.14º28.25%87.45%-
XYZ54.0245.2463.64-
YUV183.97139.87155.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 160 (62.89% from 255) = 27.21%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=37.93%
G=27.21%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316020500.280.080.13317.1449.6175.1
HexDFA0CD01C8D13d324b
Octal337240315034101547562113
Binary110111111010000011001101011100100011011001111011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0CD; }

 p { color: rgb(223,160,205); }

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

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

 a { background-color: rgb(223,160,205); }

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

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

 span { border-color: rgb(223,160,205); }

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