Html Css Color HEX #D71FB2 Spicy Pink

📋 copy color: '#D71FB2'

red 215 ◦ green 31 ◦ blue 178

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

Shades of Spicy Pink #D71FB2

Tints of Spicy Pink #D71FB2

RGB

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

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

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

R = 50.71%
G = 7.31%
B = 41.98%

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

#D71FB2 (or 0xD71FB2) is known color: Spicy Pink. HEX triplet: D7, 1F and B2. RGB value is (215,31,178). Sum of RGB (Red+Green+Blue) = 215+31+178=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71FB2 is #28E04D. Grayscale: #666666. Windows color (decimal): -2678862 or 11673559. OLE color: 11673559.

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

Color convert

RGB 215 31 178 -
CMYK 0 0.86 0.17 0.16
HSL 312.07º 0.75% 0.48% -
HSV(B) 312.07º 0.86% 0.84% -
XYZ 36.55 18.64 43.79 -
YUV 102.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 215 31 178 0 0.86 0.17 0.16 312.07 0.75 0.48
Hex D7 1F B2 0 56 11 10 138 4B 30
Octal 327 37 262 0 126 21 20 470 113 60
Binary 11010111 11111 10110010 0 1010110 10001 10000 100111000 1001011 110000

Color Harmonies of #D71FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FB2

Black with #D71FB2

Text Example


Text Example

White with #D71FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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