#DFA0B8

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

Shades of Shocking #DFA0B8

Tints of Shocking #DFA0B8

Color information

#DFA0B8 (or 0xDFA0B8) is unknown color: approx Shocking. HEX triplet: DF, A0 and B8. RGB value is (223,160,184). Sum of RGB (Red+Green+Blue) = 223+160+184=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0B8 is #205F47. Grayscale: #B5B5B5. Windows color (decimal): -2121544 or 12099807. OLE color: 12099807.

HSL color Cylindrical-coordinate representation of color #DFA0B8: hue angle of 337.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 #DFA0B8 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB223160184-
CMYK00.280.170.13
HSL337.14º49.61%75.1%-
HSV(B)337.14º28.25%87.45%-
XYZ51.6544.2951.17-
YUV181.57129.37157.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 160 (62.89% from 255) = 28.22%
BLUE value IS 184 (72.27% from 255) = 32.45%
R=39.33%
G=28.22%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316018400.280.170.13337.1449.6175.1
HexDFA0B801C11D151324b
Octal337240270034211552162113
Binary1101111110100000101110000111001000111011010100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0B8; }

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

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

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

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

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

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

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

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