#DC14B4

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

Shades of Shocking Pink #DC14B4

Tints of Shocking Pink #DC14B4

Color information

#DC14B4 (or 0xDC14B4) is unknown color: approx Shocking Pink. HEX triplet: DC, 14 and B4. RGB value is (220,20,180). Sum of RGB (Red+Green+Blue) = 220+20+180=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14B4 is #23EB4B. Grayscale: #616161. Windows color (decimal): -2353996 or 11801820. OLE color: 11801820.

HSL color Cylindrical-coordinate representation of color #DC14B4: hue angle of 312º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC14B4 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB22020180-
CMYK00.910.180.14
HSL312º83.33%47.06%-
HSV(B)312º90.91%86.27%-
XYZ3819.0144.85-
YUV98.04174.26214.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.38%
GREEN value IS 20 (8.20% from 255) = 4.76%
BLUE value IS 180 (70.70% from 255) = 42.86%
R=52.38%
G=4.76%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202018000.910.180.1431283.3347.06
HexDC14B405B12E138532f
Octal334242640133221647012357
Binary110111001010010110100010110111001011101001110001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC14B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC14B4; }

 p { color: rgb(220,20,180); }

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

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

 a { background-color: rgb(220,20,180); }

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

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

 span { border-color: rgb(220,20,180); }

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