Html Css Color HEX #D51DB6 Deep Magenta

📋 copy color: '#D51DB6'

red 213 ◦ green 29 ◦ blue 182

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

Shades of Deep Magenta #D51DB6

Tints of Deep Magenta #D51DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.92%

R = 50.24%
G = 6.84%
B = 42.92%

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

#D51DB6 (or 0xD51DB6) is known color: Deep Magenta. HEX triplet: D5, 1D and B6. RGB value is (213,29,182). Sum of RGB (Red+Green+Blue) = 213+29+182=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DB6 is #2AE249. Grayscale: #656565. Windows color (decimal): -2810442 or 11935189. OLE color: 11935189.

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

Color convert

RGB 213 29 182 -
CMYK 0 0.86 0.15 0.16
HSL 310.11º 0.76% 0.47% -
HSV(B) 310.11º 0.86% 0.84% -
XYZ 36.32 18.4 45.89 -
YUV 101.46 173.46 207.56 -
System Red Green Blue C M Y K H S L
Decimal 213 29 182 0 0.86 0.15 0.16 310.11 0.76 0.47
Hex D5 1D B6 0 56 F 10 136 4C 2F
Octal 325 35 266 0 126 17 20 466 114 57
Binary 11010101 11101 10110110 0 1010110 1111 10000 100110110 1001100 101111

Color Harmonies of #D51DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DB6

Black with #D51DB6

Text Example


Text Example

White with #D51DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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