Html Css Color HEX #D51DBE Deep Magenta

📋 copy color: '#D51DBE'

red 213 ◦ green 29 ◦ blue 190

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

Shades of Deep Magenta #D51DBE

Tints of Deep Magenta #D51DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 49.31%
G = 6.71%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D51DBE (or 0xD51DBE) is known color: Deep Magenta. HEX triplet: D5, 1D and BE. RGB value is (213,29,190). Sum of RGB (Red+Green+Blue) = 213+29+190=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DBE is #2AE241. Grayscale: #656565. Windows color (decimal): -2810434 or 12459477. OLE color: 12459477.

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

Color convert

RGB 213 29 190 -
CMYK 0 0.86 0.11 0.16
HSL 307.5º 0.76% 0.47% -
HSV(B) 307.5º 0.86% 0.84% -
XYZ 37.17 18.74 50.37 -
YUV 102.37 177.46 206.91 -
System Red Green Blue C M Y K H S L
Decimal 213 29 190 0 0.86 0.11 0.16 307.5 0.76 0.47
Hex D5 1D BE 0 56 B 10 134 4C 2F
Octal 325 35 276 0 126 13 20 464 114 57
Binary 11010101 11101 10111110 0 1010110 1011 10000 100110100 1001100 101111

Color Harmonies of #D51DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DBE

Black with #D51DBE

Text Example


Text Example

White with #D51DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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