#DF8CB5

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

Shades of Shocking #DF8CB5

Tints of Shocking #DF8CB5

Color information

#DF8CB5 (or 0xDF8CB5) is unknown color: approx Shocking. HEX triplet: DF, 8C and B5. RGB value is (223,140,181). Sum of RGB (Red+Green+Blue) = 223+140+181=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CB5 is #20734A. Grayscale: #A9A9A9. Windows color (decimal): -2126667 or 11898079. OLE color: 11898079.

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

Color convert

RGB223140181-
CMYK00.370.190.13
HSL330.36º56.46%71.18%-
HSV(B)330.36º37.22%87.45%-
XYZ48.1537.7848.47-
YUV169.49134.5166.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 140 (55.08% from 255) = 25.74%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=40.99%
G=25.74%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314018100.370.190.13330.3656.4671.18
HexDF8CB502513D14a3847
Octal337214265045231551270107
Binary11011111100011001011010101001011001111011010010101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CB5; }

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

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

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

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

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

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

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

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