Html Css Color HEX #D51FDD Deep Magenta

📋 copy color: '#D51FDD'

red 213 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #D51FDD

Tints of Deep Magenta #D51FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.67%

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 45.81%
G = 6.67%
B = 47.53%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D51FDD (or 0xD51FDD) is known color: Deep Magenta. HEX triplet: D5, 1F and DD. RGB value is (213,31,221). Sum of RGB (Red+Green+Blue) = 213+31+221=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #D51FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FDD is #2AE022. Grayscale: #6A6A6A. Windows color (decimal): -2809891 or 14491605. OLE color: 14491605.

HSL color Cylindrical-coordinate representation of color #D51FDD: hue angle of 297.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51FDD is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 31 221 -
CMYK 0.04 0.86 0 0.13
HSL 297.47º 0.75% 0.49% -
HSV(B) 297.47º 0.86% 0.87% -
XYZ 40.98 20.35 70.17 -
YUV 107.08 192.3 203.55 -
System Red Green Blue C M Y K H S L
Decimal 213 31 221 0.04 0.86 0 0.13 297.47 0.75 0.49
Hex D5 1F DD 4 56 0 D 129 4B 31
Octal 325 37 335 4 126 0 15 451 113 61
Binary 11010101 11111 11011101 100 1010110 0 1101 100101001 1001011 110001

Color Harmonies of #D51FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FDD

Black with #D51FDD

Text Example


Text Example

White with #D51FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FDD; }

 p { color: rgb(213,31,221); }

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

background-color css

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

 a { background-color: rgb(213,31,221); }

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

border-color css

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

 span { border-color: rgb(213,31,221); }

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