Html Css Color HEX #D51EAD Spicy Pink

📋 copy color: '#D51EAD'

red 213 ◦ green 30 ◦ blue 173

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

Shades of Spicy Pink #D51EAD

Tints of Spicy Pink #D51EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.21%

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

R = 51.2%
G = 7.21%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D51EAD (or 0xD51EAD) is known color: Spicy Pink. HEX triplet: D5, 1E and AD. RGB value is (213,30,173). Sum of RGB (Red+Green+Blue) = 213+30+173=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51EAD is #2AE152. Grayscale: #646464. Windows color (decimal): -2810195 or 11345621. OLE color: 11345621.

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

Color convert

RGB 213 30 173 -
CMYK 0 0.86 0.19 0.16
HSL 313.11º 0.75% 0.48% -
HSV(B) 313.11º 0.86% 0.84% -
XYZ 35.45 18.09 41.16 -
YUV 101.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 213 30 173 0 0.86 0.19 0.16 313.11 0.75 0.48
Hex D5 1E AD 0 56 13 10 139 4B 30
Octal 325 36 255 0 126 23 20 471 113 60
Binary 11010101 11110 10101101 0 1010110 10011 10000 100111001 1001011 110000

Color Harmonies of #D51EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EAD

Black with #D51EAD

Text Example


Text Example

White with #D51EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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