Html Css Color HEX #D61EC8 Deep Magenta

📋 copy color: '#D61EC8'

red 214 ◦ green 30 ◦ blue 200

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

Shades of Deep Magenta #D61EC8

Tints of Deep Magenta #D61EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.05%

R = 48.2%
G = 6.76%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D61EC8 (or 0xD61EC8) is known color: Deep Magenta. HEX triplet: D6, 1E and C8. RGB value is (214,30,200). Sum of RGB (Red+Green+Blue) = 214+30+200=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EC8 is #29E137. Grayscale: #676767. Windows color (decimal): -2744632 or 13115094. OLE color: 13115094.

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

Color convert

RGB 214 30 200 -
CMYK 0 0.86 0.07 0.16
HSL 304.57º 0.75% 0.48% -
HSV(B) 304.57º 0.86% 0.84% -
XYZ 38.62 19.39 56.35 -
YUV 104.4 181.96 206.18 -
System Red Green Blue C M Y K H S L
Decimal 214 30 200 0 0.86 0.07 0.16 304.57 0.75 0.48
Hex D6 1E C8 0 56 7 10 131 4B 30
Octal 326 36 310 0 126 7 20 461 113 60
Binary 11010110 11110 11001000 0 1010110 111 10000 100110001 1001011 110000

Color Harmonies of #D61EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EC8

Black with #D61EC8

Text Example


Text Example

White with #D61EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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