Html Css Color HEX #D50DDB Deep Magenta

📋 copy color: '#D50DDB'

red 213 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #D50DDB

Tints of Deep Magenta #D50DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 47.87%
G = 2.92%
B = 49.21%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D50DDB (or 0xD50DDB) is known color: Deep Magenta. HEX triplet: D5, 0D and DB. RGB value is (213,13,219). Sum of RGB (Red+Green+Blue) = 213+13+219=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #D50DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DDB is #2AF224. Grayscale: #5F5F5F. Windows color (decimal): -2814501 or 14355925. OLE color: 14355925.

HSL color Cylindrical-coordinate representation of color #D50DDB: hue angle of 298.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DDB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 13 219 -
CMYK 0.03 0.94 0 0.14
HSL 298.25º 0.89% 0.45% -
HSV(B) 298.25º 0.94% 0.86% -
XYZ 40.37 19.55 68.66 -
YUV 96.28 197.26 211.25 -
System Red Green Blue C M Y K H S L
Decimal 213 13 219 0.03 0.94 0 0.14 298.25 0.89 0.45
Hex D5 D DB 3 5E 0 E 12A 59 2D
Octal 325 15 333 3 136 0 16 452 131 55
Binary 11010101 1101 11011011 11 1011110 0 1110 100101010 1011001 101101

Color Harmonies of #D50DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DDB

Black with #D50DDB

Text Example


Text Example

White with #D50DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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