Html Css Color HEX #D50DB3 Deep Magenta

📋 copy color: '#D50DB3'

red 213 ◦ green 13 ◦ blue 179

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

Shades of Deep Magenta #D50DB3

Tints of Deep Magenta #D50DB3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.21%

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 52.59%
G = 3.21%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D50DB3 (or 0xD50DB3) is known color: Deep Magenta. HEX triplet: D5, 0D and B3. RGB value is (213,13,179). Sum of RGB (Red+Green+Blue) = 213+13+179=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DB3 is #2AF24C. Grayscale: #5B5B5B. Windows color (decimal): -2814541 or 11734485. OLE color: 11734485.

HSL color Cylindrical-coordinate representation of color #D50DB3: hue angle of 310.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DB3 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 13 179 -
CMYK 0 0.94 0.16 0.16
HSL 310.2º 0.88% 0.44% -
HSV(B) 310.2º 0.94% 0.84% -
XYZ 35.72 17.69 44.18 -
YUV 91.72 177.26 214.5 -
System Red Green Blue C M Y K H S L
Decimal 213 13 179 0 0.94 0.16 0.16 310.2 0.88 0.44
Hex D5 D B3 0 5E 10 10 136 58 2C
Octal 325 15 263 0 136 20 20 466 130 54
Binary 11010101 1101 10110011 0 1011110 10000 10000 100110110 1011000 101100

Color Harmonies of #D50DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DB3

Black with #D50DB3

Text Example


Text Example

White with #D50DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DB3; }

 p { color: rgb(213,13,179); }

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

background-color css

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

 a { background-color: rgb(213,13,179); }

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

border-color css

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

 span { border-color: rgb(213,13,179); }

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