Html Css Color HEX #D528AD Spicy Pink

📋 copy color: '#D528AD'

red 213 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #D528AD

Tints of Spicy Pink #D528AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.39%

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

R = 50%
G = 9.39%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D528AD (or 0xD528AD) is known color: Spicy Pink. HEX triplet: D5, 28 and AD. RGB value is (213,40,173). Sum of RGB (Red+Green+Blue) = 213+40+173=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D528AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D528AD is #2AD752. Grayscale: #6A6A6A. Windows color (decimal): -2807635 or 11348181. OLE color: 11348181.

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

Color convert

RGB 213 40 173 -
CMYK 0 0.81 0.19 0.16
HSL 313.87º 0.68% 0.5% -
HSV(B) 313.87º 0.81% 0.84% -
XYZ 35.74 18.68 41.26 -
YUV 106.89 165.31 203.69 -
System Red Green Blue C M Y K H S L
Decimal 213 40 173 0 0.81 0.19 0.16 313.87 0.68 0.5
Hex D5 28 AD 0 51 13 10 13A 44 32
Octal 325 50 255 0 121 23 20 472 104 62
Binary 11010101 101000 10101101 0 1010001 10011 10000 100111010 1000100 110010

Color Harmonies of #D528AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528AD

Black with #D528AD

Text Example


Text Example

White with #D528AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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