Html Css Color HEX #D523AD Spicy Pink

📋 copy color: '#D523AD'

red 213 ◦ green 35 ◦ blue 173

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

Shades of Spicy Pink #D523AD

Tints of Spicy Pink #D523AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.31%

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

R = 50.59%
G = 8.31%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D523AD (or 0xD523AD) is known color: Spicy Pink. HEX triplet: D5, 23 and AD. RGB value is (213,35,173). Sum of RGB (Red+Green+Blue) = 213+35+173=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D523AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D523AD is #2ADC52. Grayscale: #676767. Windows color (decimal): -2808915 or 11346901. OLE color: 11346901.

HSL color Cylindrical-coordinate representation of color #D523AD: hue angle of 313.48º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D523AD is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 173 -
CMYK 0 0.84 0.19 0.16
HSL 313.48º 0.72% 0.49% -
HSV(B) 313.48º 0.84% 0.84% -
XYZ 35.58 18.37 41.2 -
YUV 103.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 213 35 173 0 0.84 0.19 0.16 313.48 0.72 0.49
Hex D5 23 AD 0 54 13 10 139 48 31
Octal 325 43 255 0 124 23 20 471 110 61
Binary 11010101 100011 10101101 0 1010100 10011 10000 100111001 1001000 110001

Color Harmonies of #D523AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523AD

Black with #D523AD

Text Example


Text Example

White with #D523AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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