Html Css Color HEX #D51EB5 Deep Magenta

📋 copy color: '#D51EB5'

red 213 ◦ green 30 ◦ blue 181

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

Shades of Deep Magenta #D51EB5

Tints of Deep Magenta #D51EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.69%

R = 50.24%
G = 7.08%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D51EB5 (or 0xD51EB5) is known color: Deep Magenta. HEX triplet: D5, 1E and B5. RGB value is (213,30,181). Sum of RGB (Red+Green+Blue) = 213+30+181=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EB5 is #2AE14A. Grayscale: #656565. Windows color (decimal): -2810187 or 11869909. OLE color: 11869909.

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

Color convert

RGB 213 30 181 -
CMYK 0 0.86 0.15 0.16
HSL 310.49º 0.75% 0.48% -
HSV(B) 310.49º 0.86% 0.84% -
XYZ 36.25 18.41 45.36 -
YUV 101.93 172.63 207.22 -
System Red Green Blue C M Y K H S L
Decimal 213 30 181 0 0.86 0.15 0.16 310.49 0.75 0.48
Hex D5 1E B5 0 56 F 10 136 4B 30
Octal 325 36 265 0 126 17 20 466 113 60
Binary 11010101 11110 10110101 0 1010110 1111 10000 100110110 1001011 110000

Color Harmonies of #D51EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EB5

Black with #D51EB5

Text Example


Text Example

White with #D51EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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