#DF8BB7

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

Shades of Shocking #DF8BB7

Tints of Shocking #DF8BB7

Color information

#DF8BB7 (or 0xDF8BB7) is unknown color: approx Shocking. HEX triplet: DF, 8B and B7. RGB value is (223,139,183). Sum of RGB (Red+Green+Blue) = 223+139+183=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BB7 is #207448. Grayscale: #A9A9A9. Windows color (decimal): -2126921 or 12028895. OLE color: 12028895.

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

Color convert

RGB223139183-
CMYK00.380.180.13
HSL328.57º56.76%70.98%-
HSV(B)328.57º37.67%87.45%-
XYZ48.2137.5749.51-
YUV169.13135.83166.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=40.92%
G=25.50%
B=33.58%

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
Decimal22313918300.380.180.13328.5756.7670.98
HexDF8BB702612D1493947
Octal337213267046221551171107
Binary11011111100010111011011101001101001011011010010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BB7; }

 p { color: rgb(223,139,183); }

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

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

 a { background-color: rgb(223,139,183); }

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

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

 span { border-color: rgb(223,139,183); }

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