#D51FAC

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

Shades of Spicy Pink #D51FAC

Tints of Spicy Pink #D51FAC

Color information

#D51FAC (or 0xD51FAC) is unknown color: approx Spicy Pink. HEX triplet: D5, 1F and AC. RGB value is (213,31,172). Sum of RGB (Red+Green+Blue) = 213+31+172=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FAC is #2AE053. Grayscale: #656565. Windows color (decimal): -2809940 or 11280341. OLE color: 11280341.

HSL color Cylindrical-coordinate representation of color #D51FAC: hue angle of 313.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51FAC is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21331172-
CMYK00.850.190.16
HSL313.52º74.59%47.84%-
HSV(B)313.52º85.45%83.53%-
XYZ35.3818.140.66-
YUV101.49167.8207.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.20%
GREEN value IS 31 (12.5% from 255) = 7.45%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=51.20%
G=7.45%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133117200.850.190.16313.5274.5947.84
HexD51FAC055131013a4b30
Octal325372540125232047211360
Binary1101010111111101011000101010110011100001001110101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51FAC; }

 p { color: rgb(213,31,172); }

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

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

 a { background-color: rgb(213,31,172); }

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

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

 span { border-color: rgb(213,31,172); }

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