Html Css Color HEX #D71EB1 Spicy Pink

📋 copy color: '#D71EB1'

red 215 ◦ green 30 ◦ blue 177

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

Shades of Spicy Pink #D71EB1

Tints of Spicy Pink #D71EB1

RGB

 RED value IS 215 (84.38% from 255) = 50.95%

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

 BLUE value IS 177 (69.53% from 255) = 41.94%

R = 50.95%
G = 7.11%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D71EB1 (or 0xD71EB1) is known color: Spicy Pink. HEX triplet: D7, 1E and B1. RGB value is (215,30,177). Sum of RGB (Red+Green+Blue) = 215+30+177=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71EB1 is #28E14E. Grayscale: #656565. Windows color (decimal): -2679119 or 11607767. OLE color: 11607767.

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

Color convert

RGB 215 30 177 -
CMYK 0 0.86 0.18 0.16
HSL 312.32º 0.76% 0.48% -
HSV(B) 312.32º 0.86% 0.84% -
XYZ 36.42 18.55 43.26 -
YUV 102.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 215 30 177 0 0.86 0.18 0.16 312.32 0.76 0.48
Hex D7 1E B1 0 56 12 10 138 4C 30
Octal 327 36 261 0 126 22 20 470 114 60
Binary 11010111 11110 10110001 0 1010110 10010 10000 100111000 1001100 110000

Color Harmonies of #D71EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EB1

Black with #D71EB1

Text Example


Text Example

White with #D71EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EB1; }

 p { color: rgb(215,30,177); }

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

background-color css

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

 a { background-color: rgb(215,30,177); }

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

border-color css

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

 span { border-color: rgb(215,30,177); }

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