Html Css Color HEX #D51EAC Spicy Pink

📋 copy color: '#D51EAC'

red 213 ◦ green 30 ◦ blue 172

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

Shades of Spicy Pink #D51EAC

Tints of Spicy Pink #D51EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 51.33%
G = 7.23%
B = 41.45%

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

#D51EAC (or 0xD51EAC) is known color: Spicy Pink. HEX triplet: D5, 1E and AC. RGB value is (213,30,172). Sum of RGB (Red+Green+Blue) = 213+30+172=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51EAC is #2AE153. Grayscale: #646464. Windows color (decimal): -2810196 or 11280085. OLE color: 11280085.

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

Color convert

RGB 213 30 172 -
CMYK 0 0.86 0.19 0.16
HSL 313.44º 0.75% 0.48% -
HSV(B) 313.44º 0.86% 0.84% -
XYZ 35.35 18.05 40.65 -
YUV 100.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 213 30 172 0 0.86 0.19 0.16 313.44 0.75 0.48
Hex D5 1E AC 0 56 13 10 139 4B 30
Octal 325 36 254 0 126 23 20 471 113 60
Binary 11010101 11110 10101100 0 1010110 10011 10000 100111001 1001011 110000

Color Harmonies of #D51EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EAC

Black with #D51EAC

Text Example


Text Example

White with #D51EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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