Html Css Color HEX #D51DD0 Deep Magenta

📋 copy color: '#D51DD0'

red 213 ◦ green 29 ◦ blue 208

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

Shades of Deep Magenta #D51DD0

Tints of Deep Magenta #D51DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 47.33%
G = 6.44%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D51DD0 (or 0xD51DD0) is known color: Deep Magenta. HEX triplet: D5, 1D and D0. RGB value is (213,29,208). Sum of RGB (Red+Green+Blue) = 213+29+208=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DD0 is #2AE22F. Grayscale: #676767. Windows color (decimal): -2810416 or 13639125. OLE color: 13639125.

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

Color convert

RGB 213 29 208 -
CMYK 0 0.86 0.02 0.16
HSL 301.63º 0.76% 0.47% -
HSV(B) 301.63º 0.86% 0.84% -
XYZ 39.27 19.58 61.38 -
YUV 104.42 186.46 205.45 -
System Red Green Blue C M Y K H S L
Decimal 213 29 208 0 0.86 0.02 0.16 301.63 0.76 0.47
Hex D5 1D D0 0 56 2 10 12E 4C 2F
Octal 325 35 320 0 126 2 20 456 114 57
Binary 11010101 11101 11010000 0 1010110 10 10000 100101110 1001100 101111

Color Harmonies of #D51DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DD0

Black with #D51DD0

Text Example


Text Example

White with #D51DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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