#DF89B8

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

Shades of Shocking #DF89B8

Tints of Shocking #DF89B8

Color information

#DF89B8 (or 0xDF89B8) is unknown color: approx Shocking. HEX triplet: DF, 89 and B8. RGB value is (223,137,184). Sum of RGB (Red+Green+Blue) = 223+137+184=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89B8 is #207647. Grayscale: #A7A7A7. Windows color (decimal): -2127432 or 12093919. OLE color: 12093919.

HSL color Cylindrical-coordinate representation of color #DF89B8: hue angle of 327.21º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF89B8 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB223137184-
CMYK00.390.170.13
HSL327.21º57.33%70.59%-
HSV(B)327.21º38.57%87.45%-
XYZ48.0337.0449.97-
YUV168.07136.99167.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 137 (53.91% from 255) = 25.18%
BLUE value IS 184 (72.27% from 255) = 33.82%
R=40.99%
G=25.18%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313718400.390.170.13327.2157.3370.59
HexDF89B802711D1473947
Octal337211270047211550771107
Binary11011111100010011011100001001111000111011010001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF89B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF89B8; }

 p { color: rgb(223,137,184); }

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

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

 a { background-color: rgb(223,137,184); }

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

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

 span { border-color: rgb(223,137,184); }

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