Html Css Color HEX #D51DB9 Deep Magenta

📋 copy color: '#D51DB9'

red 213 ◦ green 29 ◦ blue 185

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

Shades of Deep Magenta #D51DB9

Tints of Deep Magenta #D51DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 49.88%
G = 6.79%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D51DB9 (or 0xD51DB9) is known color: Deep Magenta. HEX triplet: D5, 1D and B9. RGB value is (213,29,185). Sum of RGB (Red+Green+Blue) = 213+29+185=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DB9 is #2AE246. Grayscale: #656565. Windows color (decimal): -2810439 or 12131797. OLE color: 12131797.

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

Color convert

RGB 213 29 185 -
CMYK 0 0.86 0.13 0.16
HSL 309.13º 0.76% 0.47% -
HSV(B) 309.13º 0.86% 0.84% -
XYZ 36.64 18.53 47.54 -
YUV 101.8 174.96 207.32 -
System Red Green Blue C M Y K H S L
Decimal 213 29 185 0 0.86 0.13 0.16 309.13 0.76 0.47
Hex D5 1D B9 0 56 D 10 135 4C 2F
Octal 325 35 271 0 126 15 20 465 114 57
Binary 11010101 11101 10111001 0 1010110 1101 10000 100110101 1001100 101111

Color Harmonies of #D51DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DB9

Black with #D51DB9

Text Example


Text Example

White with #D51DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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