Html Css Color HEX #D50EBD Deep Magenta

📋 copy color: '#D50EBD'

red 213 ◦ green 14 ◦ blue 189

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

Shades of Deep Magenta #D50EBD

Tints of Deep Magenta #D50EBD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 51.2%
G = 3.37%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D50EBD (or 0xD50EBD) is known color: Deep Magenta. HEX triplet: D5, 0E and BD. RGB value is (213,14,189). Sum of RGB (Red+Green+Blue) = 213+14+189=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EBD is #2AF142. Grayscale: #5C5C5C. Windows color (decimal): -2814275 or 12390101. OLE color: 12390101.

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

Color convert

RGB 213 14 189 -
CMYK 0 0.93 0.11 0.16
HSL 307.24º 0.88% 0.45% -
HSV(B) 307.24º 0.93% 0.84% -
XYZ 36.78 18.13 49.71 -
YUV 93.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 213 14 189 0 0.93 0.11 0.16 307.24 0.88 0.45
Hex D5 E BD 0 5D B 10 133 58 2D
Octal 325 16 275 0 135 13 20 463 130 55
Binary 11010101 1110 10111101 0 1011101 1011 10000 100110011 1011000 101101

Color Harmonies of #D50EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50EBD

Black with #D50EBD

Text Example


Text Example

White with #D50EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50EBD; }

 p { color: rgb(213,14,189); }

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

background-color css

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

 a { background-color: rgb(213,14,189); }

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

border-color css

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

 span { border-color: rgb(213,14,189); }

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