Html Css Color HEX #D61EB2 Spicy Pink

📋 copy color: '#D61EB2'

red 214 ◦ green 30 ◦ blue 178

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

Shades of Spicy Pink #D61EB2

Tints of Spicy Pink #D61EB2

RGB

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

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

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

R = 50.71%
G = 7.11%
B = 42.18%

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

#D61EB2 (or 0xD61EB2) is known color: Spicy Pink. HEX triplet: D6, 1E and B2. RGB value is (214,30,178). Sum of RGB (Red+Green+Blue) = 214+30+178=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61EB2 is #29E14D. Grayscale: #656565. Windows color (decimal): -2744654 or 11673302. OLE color: 11673302.

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

Color convert

RGB 214 30 178 -
CMYK 0 0.86 0.17 0.16
HSL 311.74º 0.75% 0.48% -
HSV(B) 311.74º 0.86% 0.84% -
XYZ 36.23 18.44 43.77 -
YUV 101.89 170.96 207.97 -
System Red Green Blue C M Y K H S L
Decimal 214 30 178 0 0.86 0.17 0.16 311.74 0.75 0.48
Hex D6 1E B2 0 56 11 10 138 4B 30
Octal 326 36 262 0 126 21 20 470 113 60
Binary 11010110 11110 10110010 0 1010110 10001 10000 100111000 1001011 110000

Color Harmonies of #D61EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EB2

Black with #D61EB2

Text Example


Text Example

White with #D61EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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