Html Css Color HEX #D61FAB Spicy Pink

📋 copy color: '#D61FAB'

red 214 ◦ green 31 ◦ blue 171

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

Shades of Spicy Pink #D61FAB

Tints of Spicy Pink #D61FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 51.44%
G = 7.45%
B = 41.11%

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

#D61FAB (or 0xD61FAB) is known color: Spicy Pink. HEX triplet: D6, 1F and AB. RGB value is (214,31,171). Sum of RGB (Red+Green+Blue) = 214+31+171=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61FAB is #29E054. Grayscale: #656565. Windows color (decimal): -2744405 or 11214806. OLE color: 11214806.

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

Color convert

RGB 214 31 171 -
CMYK 0 0.86 0.20 0.16
HSL 314.1º 0.75% 0.48% -
HSV(B) 314.1º 0.86% 0.84% -
XYZ 35.57 18.22 40.17 -
YUV 101.68 167.13 208.12 -
System Red Green Blue C M Y K H S L
Decimal 214 31 171 0 0.86 0.20 0.16 314.1 0.75 0.48
Hex D6 1F AB 0 56 14 10 13A 4B 30
Octal 326 37 253 0 126 24 20 472 113 60
Binary 11010110 11111 10101011 0 1010110 10100 10000 100111010 1001011 110000

Color Harmonies of #D61FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FAB

Black with #D61FAB

Text Example


Text Example

White with #D61FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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