Html Css Color HEX #D61EC7 Deep Magenta

📋 copy color: '#D61EC7'

red 214 ◦ green 30 ◦ blue 199

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

Shades of Deep Magenta #D61EC7

Tints of Deep Magenta #D61EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.92%

R = 48.31%
G = 6.77%
B = 44.92%

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

#D61EC7 (or 0xD61EC7) is known color: Deep Magenta. HEX triplet: D6, 1E and C7. RGB value is (214,30,199). Sum of RGB (Red+Green+Blue) = 214+30+199=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EC7 is #29E138. Grayscale: #676767. Windows color (decimal): -2744633 or 13049558. OLE color: 13049558.

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

Color convert

RGB 214 30 199 -
CMYK 0 0.86 0.07 0.16
HSL 304.89º 0.75% 0.48% -
HSV(B) 304.89º 0.86% 0.84% -
XYZ 38.5 19.35 55.74 -
YUV 104.28 181.46 206.26 -
System Red Green Blue C M Y K H S L
Decimal 214 30 199 0 0.86 0.07 0.16 304.89 0.75 0.48
Hex D6 1E C7 0 56 7 10 131 4B 30
Octal 326 36 307 0 126 7 20 461 113 60
Binary 11010110 11110 11000111 0 1010110 111 10000 100110001 1001011 110000

Color Harmonies of #D61EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EC7

Black with #D61EC7

Text Example


Text Example

White with #D61EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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