Html Css Color HEX #D520AE Spicy Pink

📋 copy color: '#D520AE'

red 213 ◦ green 32 ◦ blue 174

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

Shades of Spicy Pink #D520AE

Tints of Spicy Pink #D520AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.53%

R = 50.84%
G = 7.64%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D520AE (or 0xD520AE) is known color: Spicy Pink. HEX triplet: D5, 20 and AE. RGB value is (213,32,174). Sum of RGB (Red+Green+Blue) = 213+32+174=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D520AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D520AE is #2ADF51. Grayscale: #656565. Windows color (decimal): -2809682 or 11411669. OLE color: 11411669.

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

Color convert

RGB 213 32 174 -
CMYK 0 0.85 0.18 0.16
HSL 312.93º 0.74% 0.48% -
HSV(B) 312.93º 0.85% 0.84% -
XYZ 35.6 18.24 41.69 -
YUV 102.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 213 32 174 0 0.85 0.18 0.16 312.93 0.74 0.48
Hex D5 20 AE 0 55 12 10 139 4A 30
Octal 325 40 256 0 125 22 20 471 112 60
Binary 11010101 100000 10101110 0 1010101 10010 10000 100111001 1001010 110000

Color Harmonies of #D520AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520AE

Black with #D520AE

Text Example


Text Example

White with #D520AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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