#DE08B7

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

Shades of Shocking Pink #DE08B7

Tints of Shocking Pink #DE08B7

Color information

#DE08B7 (or 0xDE08B7) is unknown color: approx Shocking Pink. HEX triplet: DE, 08 and B7. RGB value is (222,8,183). Sum of RGB (Red+Green+Blue) = 222+8+183=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE08B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE08B7 is #21F748. Grayscale: #5B5B5B. Windows color (decimal): -2225993 or 11995358. OLE color: 11995358.

HSL color Cylindrical-coordinate representation of color #DE08B7: hue angle of 310.93º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE08B7 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB2228183-
CMYK00.960.180.13
HSL310.93º93.04%45.1%-
HSV(B)310.93º96.4%87.06%-
XYZ38.7619.1246.45-
YUV91.94179.4220.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.75%
GREEN value IS 8 (3.52% from 255) = 1.94%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=53.75%
G=1.94%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222818300.960.180.13310.9393.0445.1
HexDE8B706012D1375d2d
Octal336102670140221546713555
Binary11011110100010110111011000001001011011001101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE08B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE08B7; }

 p { color: rgb(222,8,183); }

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

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

 a { background-color: rgb(222,8,183); }

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

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

 span { border-color: rgb(222,8,183); }

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