#DF8BB5

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

Shades of Shocking #DF8BB5

Tints of Shocking #DF8BB5

Color information

#DF8BB5 (or 0xDF8BB5) is unknown color: approx Shocking. HEX triplet: DF, 8B and B5. RGB value is (223,139,181). Sum of RGB (Red+Green+Blue) = 223+139+181=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BB5 is #20744A. Grayscale: #A8A8A8. Windows color (decimal): -2126923 or 11897823. OLE color: 11897823.

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

Color convert

RGB223139181-
CMYK00.380.190.13
HSL330º56.76%70.98%-
HSV(B)330º37.67%87.45%-
XYZ4837.4948.42-
YUV168.9134.83166.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=41.07%
G=25.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313918100.380.190.1333056.7670.98
HexDF8BB502613D14a3947
Octal337213265046231551271107
Binary11011111100010111011010101001101001111011010010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BB5; }

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

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

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

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

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

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

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

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