Html Css Color HEX #D521AD Spicy Pink

📋 copy color: '#D521AD'

red 213 ◦ green 33 ◦ blue 173

#D521AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #D521AD

Tints of Spicy Pink #D521AD

RGB

 RED value IS 213 (83.59% from 255) = 50.84%

 GREEN value IS 33 (13.28% from 255) = 7.88%

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 50.84%
G = 7.88%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D521AD (or 0xD521AD) is known color: Spicy Pink. HEX triplet: D5, 21 and AD. RGB value is (213,33,173). Sum of RGB (Red+Green+Blue) = 213+33+173=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D521AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D521AD is #2ADE52. Grayscale: #666666. Windows color (decimal): -2809427 or 11346389. OLE color: 11346389.

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

Color convert

RGB 213 33 173 -
CMYK 0 0.85 0.19 0.16
HSL 313.33º 0.73% 0.48% -
HSV(B) 313.33º 0.85% 0.84% -
XYZ 35.53 18.25 41.19 -
YUV 102.78 167.63 206.62 -
System Red Green Blue C M Y K H S L
Decimal 213 33 173 0 0.85 0.19 0.16 313.33 0.73 0.48
Hex D5 21 AD 0 55 13 10 139 49 30
Octal 325 41 255 0 125 23 20 471 111 60
Binary 11010101 100001 10101101 0 1010101 10011 10000 100111001 1001001 110000

Color Harmonies of #D521AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521AD

Black with #D521AD

Text Example


Text Example

White with #D521AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521AD; }

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

 H1.HeaderClassName
 {
   color: #D521AD;
 }
 .AnyTagClassName
 {
   color: #D521AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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