#DA14B4

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

Shades of Shocking Pink #DA14B4

Tints of Shocking Pink #DA14B4

Color information

#DA14B4 (or 0xDA14B4) is unknown color: approx Shocking Pink. HEX triplet: DA, 14 and B4. RGB value is (218,20,180). Sum of RGB (Red+Green+Blue) = 218+20+180=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14B4 is #25EB4B. Grayscale: #606060. Windows color (decimal): -2485068 or 11801818. OLE color: 11801818.

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

Color convert

RGB21820180-
CMYK00.910.170.15
HSL311.52º83.19%46.67%-
HSV(B)311.52º90.83%85.49%-
XYZ37.418.744.82-
YUV97.44174.6213.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.15%
GREEN value IS 20 (8.20% from 255) = 4.78%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=52.15%
G=4.78%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182018000.910.170.15311.5283.1946.67
HexDA14B405B11F138532f
Octal332242640133211747012357
Binary110110101010010110100010110111000111111001110001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA14B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA14B4; }

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

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

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

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

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

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

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

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