#DF84B6

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

Shades of Shocking #DF84B6

Tints of Shocking #DF84B6

Color information

#DF84B6 (or 0xDF84B6) is unknown color: approx Shocking. HEX triplet: DF, 84 and B6. RGB value is (223,132,182). Sum of RGB (Red+Green+Blue) = 223+132+182=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84B6 is #207B49. Grayscale: #A4A4A4. Windows color (decimal): -2128714 or 11961567. OLE color: 11961567.

HSL color Cylindrical-coordinate representation of color #DF84B6: hue angle of 327.03º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84B6 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB223132182-
CMYK00.410.180.13
HSL327.03º58.71%69.61%-
HSV(B)327.03º40.81%87.45%-
XYZ47.1335.5748.64-
YUV164.91137.65169.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 132 (51.95% from 255) = 24.58%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=41.53%
G=24.58%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313218200.410.180.13327.0358.7169.61
HexDF84B602912D1473b46
Octal337204266051221550773106
Binary11011111100001001011011001010011001011011010001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84B6; }

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

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

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

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

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

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

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

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