#DF8AB6

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

Shades of Shocking #DF8AB6

Tints of Shocking #DF8AB6

Color information

#DF8AB6 (or 0xDF8AB6) is unknown color: approx Shocking. HEX triplet: DF, 8A and B6. RGB value is (223,138,182). Sum of RGB (Red+Green+Blue) = 223+138+182=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AB6 is #207549. Grayscale: #A8A8A8. Windows color (decimal): -2127178 or 11963103. OLE color: 11963103.

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

Color convert

RGB223138182-
CMYK00.380.180.13
HSL328.94º57.05%70.78%-
HSV(B)328.94º38.12%87.45%-
XYZ47.9637.2448.92-
YUV168.43135.66166.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=41.07%
G=25.41%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313818200.380.180.13328.9457.0570.78
HexDF8AB602612D1493947
Octal337212266046221551171107
Binary11011111100010101011011001001101001011011010010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AB6; }

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

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

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

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

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

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

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

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