#DF8CBB

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

Shades of Shocking #DF8CBB

Tints of Shocking #DF8CBB

Color information

#DF8CBB (or 0xDF8CBB) is unknown color: approx Shocking. HEX triplet: DF, 8C and BB. RGB value is (223,140,187). Sum of RGB (Red+Green+Blue) = 223+140+187=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CBB is #207344. Grayscale: #AAAAAA. Windows color (decimal): -2126661 or 12291295. OLE color: 12291295.

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

Color convert

RGB223140187-
CMYK00.370.160.13
HSL326.02º56.46%71.18%-
HSV(B)326.02º37.22%87.45%-
XYZ48.7838.0351.78-
YUV170.18137.5165.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 140 (55.08% from 255) = 25.45%
BLUE value IS 187 (73.44% from 255) = 34%
R=40.55%
G=25.45%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314018700.370.160.13326.0256.4671.18
HexDF8CBB02510D1463847
Octal337214273045201550670107
Binary11011111100011001011101101001011000011011010001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CBB; }

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

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

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

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

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

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

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

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