Html Css Color HEX #D61EB1 Spicy Pink

📋 copy color: '#D61EB1'

red 214 ◦ green 30 ◦ blue 177

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

Shades of Spicy Pink #D61EB1

Tints of Spicy Pink #D61EB1

RGB

 RED value IS 214 (83.98% from 255) = 50.83%

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

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

R = 50.83%
G = 7.13%
B = 42.04%

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

#D61EB1 (or 0xD61EB1) is known color: Spicy Pink. HEX triplet: D6, 1E and B1. RGB value is (214,30,177). Sum of RGB (Red+Green+Blue) = 214+30+177=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61EB1 is #29E14E. Grayscale: #656565. Windows color (decimal): -2744655 or 11607766. OLE color: 11607766.

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

Color convert

RGB 214 30 177 -
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.13 18.4 43.24 -
YUV 101.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 214 30 177 0 0.86 0.17 0.16 312.07 0.75 0.48
Hex D6 1E B1 0 56 11 10 138 4B 30
Octal 326 36 261 0 126 21 20 470 113 60
Binary 11010110 11110 10110001 0 1010110 10001 10000 100111000 1001011 110000

Color Harmonies of #D61EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EB1

Black with #D61EB1

Text Example


Text Example

White with #D61EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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