Html Css Color HEX #D51EC6 Deep Magenta

📋 copy color: '#D51EC6'

red 213 ◦ green 30 ◦ blue 198

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

Shades of Deep Magenta #D51EC6

Tints of Deep Magenta #D51EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.9%

R = 48.3%
G = 6.8%
B = 44.9%

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

#D51EC6 (or 0xD51EC6) is known color: Deep Magenta. HEX triplet: D5, 1E and C6. RGB value is (213,30,198). Sum of RGB (Red+Green+Blue) = 213+30+198=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EC6 is #2AE139. Grayscale: #676767. Windows color (decimal): -2810170 or 12984021. OLE color: 12984021.

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

Color convert

RGB 213 30 198 -
CMYK 0 0.86 0.07 0.16
HSL 304.92º 0.75% 0.48% -
HSV(B) 304.92º 0.86% 0.84% -
XYZ 38.1 19.15 55.11 -
YUV 103.87 181.13 205.84 -
System Red Green Blue C M Y K H S L
Decimal 213 30 198 0 0.86 0.07 0.16 304.92 0.75 0.48
Hex D5 1E C6 0 56 7 10 131 4B 30
Octal 325 36 306 0 126 7 20 461 113 60
Binary 11010101 11110 11000110 0 1010110 111 10000 100110001 1001011 110000

Color Harmonies of #D51EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EC6

Black with #D51EC6

Text Example


Text Example

White with #D51EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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