Html Css Color HEX #D51EB6 Deep Magenta

📋 copy color: '#D51EB6'

red 213 ◦ green 30 ◦ blue 182

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

Shades of Deep Magenta #D51EB6

Tints of Deep Magenta #D51EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.82%

R = 50.12%
G = 7.06%
B = 42.82%

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

#D51EB6 (or 0xD51EB6) is known color: Deep Magenta. HEX triplet: D5, 1E and B6. RGB value is (213,30,182). Sum of RGB (Red+Green+Blue) = 213+30+182=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EB6 is #2AE149. Grayscale: #656565. Windows color (decimal): -2810186 or 11935445. OLE color: 11935445.

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

Color convert

RGB 213 30 182 -
CMYK 0 0.86 0.15 0.16
HSL 310.16º 0.75% 0.48% -
HSV(B) 310.16º 0.86% 0.84% -
XYZ 36.35 18.45 45.9 -
YUV 102.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 213 30 182 0 0.86 0.15 0.16 310.16 0.75 0.48
Hex D5 1E B6 0 56 F 10 136 4B 30
Octal 325 36 266 0 126 17 20 466 113 60
Binary 11010101 11110 10110110 0 1010110 1111 10000 100110110 1001011 110000

Color Harmonies of #D51EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EB6

Black with #D51EB6

Text Example


Text Example

White with #D51EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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