#df0ebd

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

Shades of Shocking Pink #DF0EBD

Tints of Shocking Pink #DF0EBD

Color information

#DF0EBD (or 0xDF0EBD) is unknown color: approx Shocking Pink. HEX triplet: DF, 0E and BD. RGB value is (223,14,189). Sum of RGB (Red+Green+Blue) = 223+14+189=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EBD is #20F142. Grayscale: #5F5F5F. Windows color (decimal): -2158915 or 12390111. OLE color: 12390111.

HSL color Cylindrical-coordinate representation of color #DF0EBD: hue angle of 309.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EBD is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB22314189-
CMYK00.940.150.13
HSL309.76º88.19%46.47%-
HSV(B)309.76º93.72%87.45%-
XYZ39.7719.6849.85-
YUV96.44180.24218.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.35%
GREEN value IS 14 (5.86% from 255) = 3.29%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=52.35%
G=3.29%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231418900.940.150.13309.7688.1946.47
HexDFEBD05EFD136582e
Octal337162750136171546613056
Binary1101111111101011110101011110111111011001101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df0ebd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df0ebd; }

 p { color: rgb(223,14,189); }

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

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

 a { background-color: rgb(223,14,189); }

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

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

 span { border-color: rgb(223,14,189); }

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