Html Css Color HEX #D527AD Spicy Pink

📋 copy color: '#D527AD'

red 213 ◦ green 39 ◦ blue 173

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

Shades of Spicy Pink #D527AD

Tints of Spicy Pink #D527AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.18%

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

R = 50.12%
G = 9.18%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D527AD (or 0xD527AD) is known color: Spicy Pink. HEX triplet: D5, 27 and AD. RGB value is (213,39,173). Sum of RGB (Red+Green+Blue) = 213+39+173=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D527AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D527AD is #2AD852. Grayscale: #696969. Windows color (decimal): -2807891 or 11347925. OLE color: 11347925.

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

Color convert

RGB 213 39 173 -
CMYK 0 0.82 0.19 0.16
HSL 313.79º 0.69% 0.49% -
HSV(B) 313.79º 0.82% 0.84% -
XYZ 35.71 18.61 41.25 -
YUV 106.3 165.65 204.1 -
System Red Green Blue C M Y K H S L
Decimal 213 39 173 0 0.82 0.19 0.16 313.79 0.69 0.49
Hex D5 27 AD 0 52 13 10 13A 45 31
Octal 325 47 255 0 122 23 20 472 105 61
Binary 11010101 100111 10101101 0 1010010 10011 10000 100111010 1000101 110001

Color Harmonies of #D527AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527AD

Black with #D527AD

Text Example


Text Example

White with #D527AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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