Html Css Color HEX #D91FAB Spicy Pink

📋 copy color: '#D91FAB'

red 217 ◦ green 31 ◦ blue 171

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

Shades of Spicy Pink #D91FAB

Tints of Spicy Pink #D91FAB

RGB

 RED value IS 217 (85.16% from 255) = 51.79%

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

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

R = 51.79%
G = 7.4%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D91FAB (or 0xD91FAB) is known color: Spicy Pink. HEX triplet: D9, 1F and AB. RGB value is (217,31,171). Sum of RGB (Red+Green+Blue) = 217+31+171=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D91FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91FAB is #26E054. Grayscale: #666666. Windows color (decimal): -2547797 or 11214809. OLE color: 11214809.

HSL color Cylindrical-coordinate representation of color #D91FAB: hue angle of 314.84º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91FAB is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 31 171 -
CMYK 0 0.86 0.21 0.15
HSL 314.84º 0.75% 0.49% -
HSV(B) 314.84º 0.86% 0.85% -
XYZ 36.46 18.67 40.21 -
YUV 102.57 166.62 209.62 -
System Red Green Blue C M Y K H S L
Decimal 217 31 171 0 0.86 0.21 0.15 314.84 0.75 0.49
Hex D9 1F AB 0 56 15 F 13B 4B 31
Octal 331 37 253 0 126 25 17 473 113 61
Binary 11011001 11111 10101011 0 1010110 10101 1111 100111011 1001011 110001

Color Harmonies of #D91FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91FAB

Black with #D91FAB

Text Example


Text Example

White with #D91FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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