Html Css Color HEX #D520AD Spicy Pink

📋 copy color: '#D520AD'

red 213 ◦ green 32 ◦ blue 173

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

Shades of Spicy Pink #D520AD

Tints of Spicy Pink #D520AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.66%

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

R = 50.96%
G = 7.66%
B = 41.39%

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

#D520AD (or 0xD520AD) is known color: Spicy Pink. HEX triplet: D5, 20 and AD. RGB value is (213,32,173). Sum of RGB (Red+Green+Blue) = 213+32+173=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D520AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D520AD is #2ADF52. Grayscale: #656565. Windows color (decimal): -2809683 or 11346133. OLE color: 11346133.

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

Color convert

RGB 213 32 173 -
CMYK 0 0.85 0.19 0.16
HSL 313.26º 0.74% 0.48% -
HSV(B) 313.26º 0.85% 0.84% -
XYZ 35.5 18.2 41.18 -
YUV 102.19 167.97 207.04 -
System Red Green Blue C M Y K H S L
Decimal 213 32 173 0 0.85 0.19 0.16 313.26 0.74 0.48
Hex D5 20 AD 0 55 13 10 139 4A 30
Octal 325 40 255 0 125 23 20 471 112 60
Binary 11010101 100000 10101101 0 1010101 10011 10000 100111001 1001010 110000

Color Harmonies of #D520AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520AD

Black with #D520AD

Text Example


Text Example

White with #D520AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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