Html Css Color HEX #D51EC7 Deep Magenta

📋 copy color: '#D51EC7'

red 213 ◦ green 30 ◦ blue 199

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

Shades of Deep Magenta #D51EC7

Tints of Deep Magenta #D51EC7

RGB

 RED value IS 213 (83.59% from 255) = 48.19%

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

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

R = 48.19%
G = 6.79%
B = 45.02%

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

#D51EC7 (or 0xD51EC7) is known color: Deep Magenta. HEX triplet: D5, 1E and C7. RGB value is (213,30,199). Sum of RGB (Red+Green+Blue) = 213+30+199=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EC7 is #2AE138. Grayscale: #676767. Windows color (decimal): -2810169 or 13049557. OLE color: 13049557.

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

Color convert

RGB 213 30 199 -
CMYK 0 0.86 0.07 0.16
HSL 304.59º 0.75% 0.48% -
HSV(B) 304.59º 0.86% 0.84% -
XYZ 38.21 19.2 55.72 -
YUV 103.98 181.63 205.76 -
System Red Green Blue C M Y K H S L
Decimal 213 30 199 0 0.86 0.07 0.16 304.59 0.75 0.48
Hex D5 1E C7 0 56 7 10 131 4B 30
Octal 325 36 307 0 126 7 20 461 113 60
Binary 11010101 11110 11000111 0 1010110 111 10000 100110001 1001011 110000

Color Harmonies of #D51EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EC7

Black with #D51EC7

Text Example


Text Example

White with #D51EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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