#d325ad

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

Shades of Spicy Pink #D325AD

Tints of Spicy Pink #D325AD

Color information

#D325AD (or 0xD325AD) is unknown color: approx Spicy Pink. HEX triplet: D3, 25 and AD. RGB value is (211,37,173). Sum of RGB (Red+Green+Blue) = 211+37+173=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D325AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D325AD is #2CDA52. Grayscale: #686868. Windows color (decimal): -2939475 or 11347411. OLE color: 11347411.

HSL color Cylindrical-coordinate representation of color #D325AD: hue angle of 313.1º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D325AD is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21137173-
CMYK00.820.180.17
HSL313.1º70.16%48.63%-
HSV(B)313.1º82.46%82.75%-
XYZ35.0718.1941.2-
YUV104.53166.65203.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.12%
GREEN value IS 37 (14.84% from 255) = 8.79%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=50.12%
G=8.79%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113717300.820.180.17313.170.1648.63
HexD325AD05212111394631
Octal323452550122222147110661
Binary11010011100101101011010101001010010100011001110011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d325ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d325ad; }

 p { color: rgb(211,37,173); }

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

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

 a { background-color: rgb(211,37,173); }

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

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

 span { border-color: rgb(211,37,173); }

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