Html Css Color HEX #D51ECF Deep Magenta

📋 copy color: '#D51ECF'

red 213 ◦ green 30 ◦ blue 207

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

Shades of Deep Magenta #D51ECF

Tints of Deep Magenta #D51ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 47.33%
G = 6.67%
B = 46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D51ECF (or 0xD51ECF) is known color: Deep Magenta. HEX triplet: D5, 1E and CF. RGB value is (213,30,207). Sum of RGB (Red+Green+Blue) = 213+30+207=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D51ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51ECF is #2AE130. Grayscale: #686868. Windows color (decimal): -2810161 or 13573845. OLE color: 13573845.

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

Color convert

RGB 213 30 207 -
CMYK 0 0.86 0.03 0.16
HSL 301.97º 0.75% 0.48% -
HSV(B) 301.97º 0.86% 0.84% -
XYZ 39.17 19.58 60.75 -
YUV 104.9 185.63 205.11 -
System Red Green Blue C M Y K H S L
Decimal 213 30 207 0 0.86 0.03 0.16 301.97 0.75 0.48
Hex D5 1E CF 0 56 3 10 12E 4B 30
Octal 325 36 317 0 126 3 20 456 113 60
Binary 11010101 11110 11001111 0 1010110 11 10000 100101110 1001011 110000

Color Harmonies of #D51ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51ECF

Black with #D51ECF

Text Example


Text Example

White with #D51ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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