Html Css Color HEX #D91EB2 Spicy Pink

📋 copy color: '#D91EB2'

red 217 ◦ green 30 ◦ blue 178

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

Shades of Spicy Pink #D91EB2

Tints of Spicy Pink #D91EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.88%

R = 51.06%
G = 7.06%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D91EB2 (or 0xD91EB2) is known color: Spicy Pink. HEX triplet: D9, 1E and B2. RGB value is (217,30,178). Sum of RGB (Red+Green+Blue) = 217+30+178=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D91EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91EB2 is #26E14D. Grayscale: #666666. Windows color (decimal): -2548046 or 11673305. OLE color: 11673305.

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

Color convert

RGB 217 30 178 -
CMYK 0 0.86 0.18 0.15
HSL 312.51º 0.76% 0.48% -
HSV(B) 312.51º 0.86% 0.85% -
XYZ 37.12 18.89 43.81 -
YUV 102.79 170.45 209.47 -
System Red Green Blue C M Y K H S L
Decimal 217 30 178 0 0.86 0.18 0.15 312.51 0.76 0.48
Hex D9 1E B2 0 56 12 F 139 4C 30
Octal 331 36 262 0 126 22 17 471 114 60
Binary 11011001 11110 10110010 0 1010110 10010 1111 100111001 1001100 110000

Color Harmonies of #D91EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91EB2

Black with #D91EB2

Text Example


Text Example

White with #D91EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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