Html Css Color HEX #D71EB2 Spicy Pink

📋 copy color: '#D71EB2'

red 215 ◦ green 30 ◦ blue 178

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

Shades of Spicy Pink #D71EB2

Tints of Spicy Pink #D71EB2

RGB

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

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

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

R = 50.83%
G = 7.09%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D71EB2 (or 0xD71EB2) is known color: Spicy Pink. HEX triplet: D7, 1E and B2. RGB value is (215,30,178). Sum of RGB (Red+Green+Blue) = 215+30+178=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71EB2 is #28E14D. Grayscale: #656565. Windows color (decimal): -2679118 or 11673303. OLE color: 11673303.

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

Color convert

RGB 215 30 178 -
CMYK 0 0.86 0.17 0.16
HSL 312º 0.76% 0.48% -
HSV(B) 312º 0.86% 0.84% -
XYZ 36.52 18.59 43.78 -
YUV 102.19 170.79 208.47 -
System Red Green Blue C M Y K H S L
Decimal 215 30 178 0 0.86 0.17 0.16 312 0.76 0.48
Hex D7 1E B2 0 56 11 10 138 4C 30
Octal 327 36 262 0 126 21 20 470 114 60
Binary 11010111 11110 10110010 0 1010110 10001 10000 100111000 1001100 110000

Color Harmonies of #D71EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EB2

Black with #D71EB2

Text Example


Text Example

White with #D71EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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