Html Css Color HEX #D51EB2 Deep Magenta

📋 copy color: '#D51EB2'

red 213 ◦ green 30 ◦ blue 178

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

Shades of Deep Magenta #D51EB2

Tints of Deep Magenta #D51EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 50.59%
G = 7.13%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D51EB2 (or 0xD51EB2) is known color: Deep Magenta. HEX triplet: D5, 1E and B2. RGB value is (213,30,178). Sum of RGB (Red+Green+Blue) = 213+30+178=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51EB2 is #2AE14D. Grayscale: #656565. Windows color (decimal): -2810190 or 11673301. OLE color: 11673301.

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

Color convert

RGB 213 30 178 -
CMYK 0 0.86 0.16 0.16
HSL 311.48º 0.75% 0.48% -
HSV(B) 311.48º 0.86% 0.84% -
XYZ 35.94 18.29 43.76 -
YUV 101.59 171.13 207.47 -
System Red Green Blue C M Y K H S L
Decimal 213 30 178 0 0.86 0.16 0.16 311.48 0.75 0.48
Hex D5 1E B2 0 56 10 10 137 4B 30
Octal 325 36 262 0 126 20 20 467 113 60
Binary 11010101 11110 10110010 0 1010110 10000 10000 100110111 1001011 110000

Color Harmonies of #D51EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EB2

Black with #D51EB2

Text Example


Text Example

White with #D51EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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