Html Css Color HEX #D61EBC Deep Magenta

📋 copy color: '#D61EBC'

red 214 ◦ green 30 ◦ blue 188

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

Shades of Deep Magenta #D61EBC

Tints of Deep Magenta #D61EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 49.54%
G = 6.94%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D61EBC (or 0xD61EBC) is known color: Deep Magenta. HEX triplet: D6, 1E and BC. RGB value is (214,30,188). Sum of RGB (Red+Green+Blue) = 214+30+188=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EBC is #29E143. Grayscale: #666666. Windows color (decimal): -2744644 or 12328662. OLE color: 12328662.

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

Color convert

RGB 214 30 188 -
CMYK 0 0.86 0.12 0.16
HSL 308.48º 0.75% 0.48% -
HSV(B) 308.48º 0.86% 0.84% -
XYZ 37.27 18.86 49.25 -
YUV 103.03 175.96 207.15 -
System Red Green Blue C M Y K H S L
Decimal 214 30 188 0 0.86 0.12 0.16 308.48 0.75 0.48
Hex D6 1E BC 0 56 C 10 134 4B 30
Octal 326 36 274 0 126 14 20 464 113 60
Binary 11010110 11110 10111100 0 1010110 1100 10000 100110100 1001011 110000

Color Harmonies of #D61EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EBC

Black with #D61EBC

Text Example


Text Example

White with #D61EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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