Html Css Color HEX #D61EDA Deep Magenta

📋 copy color: '#D61EDA'

red 214 ◦ green 30 ◦ blue 218

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

Shades of Deep Magenta #D61EDA

Tints of Deep Magenta #D61EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 46.32%
G = 6.49%
B = 47.19%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D61EDA (or 0xD61EDA) is known color: Deep Magenta. HEX triplet: D6, 1E and DA. RGB value is (214,30,218). Sum of RGB (Red+Green+Blue) = 214+30+218=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #D61EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EDA is #29E125. Grayscale: #696969. Windows color (decimal): -2744614 or 14294742. OLE color: 14294742.

HSL color Cylindrical-coordinate representation of color #D61EDA: hue angle of 298.72º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61EDA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 30 218 -
CMYK 0.02 0.86 0 0.15
HSL 298.72º 0.76% 0.49% -
HSV(B) 298.72º 0.86% 0.85% -
XYZ 40.85 20.29 68.09 -
YUV 106.45 190.96 204.71 -
System Red Green Blue C M Y K H S L
Decimal 214 30 218 0.02 0.86 0 0.15 298.72 0.76 0.49
Hex D6 1E DA 2 56 0 F 12B 4C 31
Octal 326 36 332 2 126 0 17 453 114 61
Binary 11010110 11110 11011010 10 1010110 0 1111 100101011 1001100 110001

Color Harmonies of #D61EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EDA

Black with #D61EDA

Text Example


Text Example

White with #D61EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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