Html Css Color HEX #D91EAB Spicy Pink

📋 copy color: '#D91EAB'

red 217 ◦ green 30 ◦ blue 171

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

Shades of Spicy Pink #D91EAB

Tints of Spicy Pink #D91EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.18%

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

R = 51.91%
G = 7.18%
B = 40.91%

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

#D91EAB (or 0xD91EAB) is known color: Spicy Pink. HEX triplet: D9, 1E and AB. RGB value is (217,30,171). Sum of RGB (Red+Green+Blue) = 217+30+171=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D91EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91EAB is #26E154. Grayscale: #656565. Windows color (decimal): -2548053 or 11214553. OLE color: 11214553.

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

Color convert

RGB 217 30 171 -
CMYK 0 0.86 0.21 0.15
HSL 314.76º 0.76% 0.48% -
HSV(B) 314.76º 0.86% 0.85% -
XYZ 36.43 18.62 40.2 -
YUV 101.99 166.95 210.04 -
System Red Green Blue C M Y K H S L
Decimal 217 30 171 0 0.86 0.21 0.15 314.76 0.76 0.48
Hex D9 1E AB 0 56 15 F 13B 4C 30
Octal 331 36 253 0 126 25 17 473 114 60
Binary 11011001 11110 10101011 0 1010110 10101 1111 100111011 1001100 110000

Color Harmonies of #D91EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91EAB

Black with #D91EAB

Text Example


Text Example

White with #D91EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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