Html Css Color HEX #D51DD9 Deep Magenta

📋 copy color: '#D51DD9'

red 213 ◦ green 29 ◦ blue 217

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

Shades of Deep Magenta #D51DD9

Tints of Deep Magenta #D51DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.28%

R = 46.41%
G = 6.32%
B = 47.28%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D51DD9 (or 0xD51DD9) is known color: Deep Magenta. HEX triplet: D5, 1D and D9. RGB value is (213,29,217). Sum of RGB (Red+Green+Blue) = 213+29+217=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #D51DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DD9 is #2AE226. Grayscale: #686868. Windows color (decimal): -2810407 or 14228949. OLE color: 14228949.

HSL color Cylindrical-coordinate representation of color #D51DD9: hue angle of 298.72º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51DD9 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 29 217 -
CMYK 0.02 0.87 0 0.15
HSL 298.72º 0.76% 0.48% -
HSV(B) 298.72º 0.87% 0.85% -
XYZ 40.4 20.03 67.38 -
YUV 105.45 190.96 204.71 -
System Red Green Blue C M Y K H S L
Decimal 213 29 217 0.02 0.87 0 0.15 298.72 0.76 0.48
Hex D5 1D D9 2 57 0 F 12B 4C 30
Octal 325 35 331 2 127 0 17 453 114 60
Binary 11010101 11101 11011001 10 1010111 0 1111 100101011 1001100 110000

Color Harmonies of #D51DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DD9

Black with #D51DD9

Text Example


Text Example

White with #D51DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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