Html Css Color HEX #D523AB Spicy Pink

📋 copy color: '#D523AB'

red 213 ◦ green 35 ◦ blue 171

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

Shades of Spicy Pink #D523AB

Tints of Spicy Pink #D523AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 50.84%
G = 8.35%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D523AB (or 0xD523AB) is known color: Spicy Pink. HEX triplet: D5, 23 and AB. RGB value is (213,35,171). Sum of RGB (Red+Green+Blue) = 213+35+171=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D523AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D523AB is #2ADC54. Grayscale: #676767. Windows color (decimal): -2808917 or 11215829. OLE color: 11215829.

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

Color convert

RGB 213 35 171 -
CMYK 0 0.84 0.20 0.16
HSL 314.16º 0.72% 0.49% -
HSV(B) 314.16º 0.84% 0.84% -
XYZ 35.39 18.29 40.19 -
YUV 103.73 165.97 205.94 -
System Red Green Blue C M Y K H S L
Decimal 213 35 171 0 0.84 0.20 0.16 314.16 0.72 0.49
Hex D5 23 AB 0 54 14 10 13A 48 31
Octal 325 43 253 0 124 24 20 472 110 61
Binary 11010101 100011 10101011 0 1010100 10100 10000 100111010 1001000 110001

Color Harmonies of #D523AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523AB

Black with #D523AB

Text Example


Text Example

White with #D523AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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