Html Css Color HEX #D51FAE Spicy Pink

📋 copy color: '#D51FAE'

red 213 ◦ green 31 ◦ blue 174

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

Shades of Spicy Pink #D51FAE

Tints of Spicy Pink #D51FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.42%

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 50.96%
G = 7.42%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D51FAE (or 0xD51FAE) is known color: Spicy Pink. HEX triplet: D5, 1F and AE. RGB value is (213,31,174). Sum of RGB (Red+Green+Blue) = 213+31+174=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FAE is #2AE051. Grayscale: #656565. Windows color (decimal): -2809938 or 11411413. OLE color: 11411413.

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

Color convert

RGB 213 31 174 -
CMYK 0 0.85 0.18 0.16
HSL 312.86º 0.75% 0.48% -
HSV(B) 312.86º 0.85% 0.84% -
XYZ 35.57 18.18 41.68 -
YUV 101.72 168.8 207.37 -
System Red Green Blue C M Y K H S L
Decimal 213 31 174 0 0.85 0.18 0.16 312.86 0.75 0.48
Hex D5 1F AE 0 55 12 10 139 4B 30
Octal 325 37 256 0 125 22 20 471 113 60
Binary 11010101 11111 10101110 0 1010101 10010 10000 100111001 1001011 110000

Color Harmonies of #D51FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FAE

Black with #D51FAE

Text Example


Text Example

White with #D51FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FAE; }

 p { color: rgb(213,31,174); }

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

background-color css

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

 a { background-color: rgb(213,31,174); }

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

border-color css

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

 span { border-color: rgb(213,31,174); }

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