Html Css Color HEX #D51DB5 Deep Magenta

📋 copy color: '#D51DB5'

red 213 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #D51DB5

Tints of Deep Magenta #D51DB5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.86%

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

R = 50.35%
G = 6.86%
B = 42.79%

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

#D51DB5 (or 0xD51DB5) is known color: Deep Magenta. HEX triplet: D5, 1D and B5. RGB value is (213,29,181). Sum of RGB (Red+Green+Blue) = 213+29+181=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DB5 is #2AE24A. Grayscale: #646464. Windows color (decimal): -2810443 or 11869653. OLE color: 11869653.

HSL color Cylindrical-coordinate representation of color #D51DB5: hue angle of 310.43º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51DB5 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 29 181 -
CMYK 0 0.86 0.15 0.16
HSL 310.43º 0.76% 0.47% -
HSV(B) 310.43º 0.86% 0.84% -
XYZ 36.22 18.36 45.35 -
YUV 101.34 172.96 207.64 -
System Red Green Blue C M Y K H S L
Decimal 213 29 181 0 0.86 0.15 0.16 310.43 0.76 0.47
Hex D5 1D B5 0 56 F 10 136 4C 2F
Octal 325 35 265 0 126 17 20 466 114 57
Binary 11010101 11101 10110101 0 1010110 1111 10000 100110110 1001100 101111

Color Harmonies of #D51DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DB5

Black with #D51DB5

Text Example


Text Example

White with #D51DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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