#D624AE

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

Shades of Spicy Pink #D624AE

Tints of Spicy Pink #D624AE

Color information

#D624AE (or 0xD624AE) is unknown color: approx Spicy Pink. HEX triplet: D6, 24 and AE. RGB value is (214,36,174). Sum of RGB (Red+Green+Blue) = 214+36+174=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D624AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D624AE is #29DB51. Grayscale: #686868. Windows color (decimal): -2743122 or 11412694. OLE color: 11412694.

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

Color convert

RGB21436174-
CMYK00.830.190.16
HSL313.48º71.2%49.02%-
HSV(B)313.48º83.18%83.92%-
XYZ3618.6141.74-
YUV104.95166.97205.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 36 (14.45% from 255) = 8.49%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=50.47%
G=8.49%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143617400.830.190.16313.4871.249.02
HexD624AE05313101394731
Octal326442560123232047110761
Binary11010110100100101011100101001110011100001001110011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D624AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D624AE; }

 p { color: rgb(214,36,174); }

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

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

 a { background-color: rgb(214,36,174); }

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

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

 span { border-color: rgb(214,36,174); }

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