Html Css Color HEX #D61FAC Spicy Pink

📋 copy color: '#D61FAC'

red 214 ◦ green 31 ◦ blue 172

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

Shades of Spicy Pink #D61FAC

Tints of Spicy Pink #D61FAC

RGB

 RED value IS 214 (83.98% from 255) = 51.32%

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

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

R = 51.32%
G = 7.43%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D61FAC (or 0xD61FAC) is known color: Spicy Pink. HEX triplet: D6, 1F and AC. RGB value is (214,31,172). Sum of RGB (Red+Green+Blue) = 214+31+172=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61FAC is #29E053. Grayscale: #656565. Windows color (decimal): -2744404 or 11280342. OLE color: 11280342.

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

Color convert

RGB 214 31 172 -
CMYK 0 0.86 0.20 0.16
HSL 313.77º 0.75% 0.48% -
HSV(B) 313.77º 0.86% 0.84% -
XYZ 35.67 18.25 40.67 -
YUV 101.79 167.63 208.04 -
System Red Green Blue C M Y K H S L
Decimal 214 31 172 0 0.86 0.20 0.16 313.77 0.75 0.48
Hex D6 1F AC 0 56 14 10 13A 4B 30
Octal 326 37 254 0 126 24 20 472 113 60
Binary 11010110 11111 10101100 0 1010110 10100 10000 100111010 1001011 110000

Color Harmonies of #D61FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FAC

Black with #D61FAC

Text Example


Text Example

White with #D61FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FAC; }

 p { color: rgb(214,31,172); }

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

background-color css

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

 a { background-color: rgb(214,31,172); }

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

border-color css

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

 span { border-color: rgb(214,31,172); }

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