Html Css Color HEX #D61EBE Deep Magenta

📋 copy color: '#D61EBE'

red 214 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #D61EBE

Tints of Deep Magenta #D61EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 49.31%
G = 6.91%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D61EBE (or 0xD61EBE) is known color: Deep Magenta. HEX triplet: D6, 1E and BE. RGB value is (214,30,190). Sum of RGB (Red+Green+Blue) = 214+30+190=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EBE is #29E141. Grayscale: #666666. Windows color (decimal): -2744642 or 12459734. OLE color: 12459734.

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

Color convert

RGB 214 30 190 -
CMYK 0 0.86 0.11 0.16
HSL 307.83º 0.75% 0.48% -
HSV(B) 307.83º 0.86% 0.84% -
XYZ 37.49 18.94 50.4 -
YUV 103.26 176.96 206.99 -
System Red Green Blue C M Y K H S L
Decimal 214 30 190 0 0.86 0.11 0.16 307.83 0.75 0.48
Hex D6 1E BE 0 56 B 10 134 4B 30
Octal 326 36 276 0 126 13 20 464 113 60
Binary 11010110 11110 10111110 0 1010110 1011 10000 100110100 1001011 110000

Color Harmonies of #D61EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EBE

Black with #D61EBE

Text Example


Text Example

White with #D61EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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