#DE12B3

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

Shades of Shocking Pink #DE12B3

Tints of Shocking Pink #DE12B3

Color information

#DE12B3 (or 0xDE12B3) is unknown color: approx Shocking Pink. HEX triplet: DE, 12 and B3. RGB value is (222,18,179). Sum of RGB (Red+Green+Blue) = 222+18+179=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE12B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE12B3 is #21ED4C. Grayscale: #606060. Windows color (decimal): -2223437 or 11735774. OLE color: 11735774.

HSL color Cylindrical-coordinate representation of color #DE12B3: hue angle of 312.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE12B3 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB22218179-
CMYK00.920.190.13
HSL312.65º85%47.06%-
HSV(B)312.65º91.89%87.06%-
XYZ38.4819.2244.33-
YUV97.35174.09216.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.98%
GREEN value IS 18 (7.42% from 255) = 4.30%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=52.98%
G=4.30%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221817900.920.190.13312.658547.06
HexDE12B305C13D139552f
Octal336222630134231547112557
Binary110111101001010110011010111001001111011001110011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE12B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE12B3; }

 p { color: rgb(222,18,179); }

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

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

 a { background-color: rgb(222,18,179); }

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

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

 span { border-color: rgb(222,18,179); }

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