#D521B2

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

Shades of Spicy Pink #D521B2

Tints of Spicy Pink #D521B2

Color information

#D521B2 (or 0xD521B2) is unknown color: approx Spicy Pink. HEX triplet: D5, 21 and B2. RGB value is (213,33,178). Sum of RGB (Red+Green+Blue) = 213+33+178=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D521B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D521B2 is #2ADE4D. Grayscale: #666666. Windows color (decimal): -2809422 or 11674069. OLE color: 11674069.

HSL color Cylindrical-coordinate representation of color #D521B2: hue angle of 311.67º degrees, saturation: 0.73, 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 #D521B2 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB21333178-
CMYK00.850.160.16
HSL311.67º73.17%48.24%-
HSV(B)311.67º84.51%83.53%-
XYZ36.0218.4543.78-
YUV103.35170.13206.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 33 (13.28% from 255) = 7.78%
BLUE value IS 178 (69.92% from 255) = 41.98%
R=50.24%
G=7.78%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133317800.850.160.16311.6773.1748.24
HexD521B205510101384930
Octal325412620125202047011160
Binary11010101100001101100100101010110000100001001110001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D521B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D521B2; }

 p { color: rgb(213,33,178); }

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

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

 a { background-color: rgb(213,33,178); }

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

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

 span { border-color: rgb(213,33,178); }

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