Html Css Color HEX #D41FAD Spicy Pink

📋 copy color: '#D41FAD'

red 212 ◦ green 31 ◦ blue 173

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

Shades of Spicy Pink #D41FAD

Tints of Spicy Pink #D41FAD

RGB

 RED value IS 212 (83.2% from 255) = 50.96%

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

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

R = 50.96%
G = 7.45%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D41FAD (or 0xD41FAD) is known color: Spicy Pink. HEX triplet: D4, 1F and AD. RGB value is (212,31,173). Sum of RGB (Red+Green+Blue) = 212+31+173=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D41FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41FAD is #2BE052. Grayscale: #646464. Windows color (decimal): -2875475 or 11345876. OLE color: 11345876.

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

Color convert

RGB 212 31 173 -
CMYK 0 0.85 0.18 0.17
HSL 312.93º 0.74% 0.48% -
HSV(B) 312.93º 0.85% 0.83% -
XYZ 35.18 17.99 41.15 -
YUV 101.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 212 31 173 0 0.85 0.18 0.17 312.93 0.74 0.48
Hex D4 1F AD 0 55 12 11 139 4A 30
Octal 324 37 255 0 125 22 21 471 112 60
Binary 11010100 11111 10101101 0 1010101 10010 10001 100111001 1001010 110000

Color Harmonies of #D41FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41FAD

Black with #D41FAD

Text Example


Text Example

White with #D41FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41FAD; }

 p { color: rgb(212,31,173); }

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

background-color css

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

 a { background-color: rgb(212,31,173); }

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

border-color css

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

 span { border-color: rgb(212,31,173); }

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