Html Css Color HEX #D50BDC Deep Magenta

📋 copy color: '#D50BDC'

red 213 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #D50BDC

Tints of Deep Magenta #D50BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.48%

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 47.97%
G = 2.48%
B = 49.55%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D50BDC (or 0xD50BDC) is known color: Deep Magenta. HEX triplet: D5, 0B and DC. RGB value is (213,11,220). Sum of RGB (Red+Green+Blue) = 213+11+220=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #D50BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BDC is #2AF423. Grayscale: #5E5E5E. Windows color (decimal): -2815012 or 14420949. OLE color: 14420949.

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

Color convert

RGB 213 11 220 -
CMYK 0.03 0.95 0 0.14
HSL 297.99º 0.9% 0.45% -
HSV(B) 297.99º 0.95% 0.86% -
XYZ 40.48 19.55 69.35 -
YUV 95.22 198.42 212.01 -
System Red Green Blue C M Y K H S L
Decimal 213 11 220 0.03 0.95 0 0.14 297.99 0.9 0.45
Hex D5 B DC 3 5F 0 E 12A 5A 2D
Octal 325 13 334 3 137 0 16 452 132 55
Binary 11010101 1011 11011100 11 1011111 0 1110 100101010 1011010 101101

Color Harmonies of #D50BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BDC

Black with #D50BDC

Text Example


Text Example

White with #D50BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BDC; }

 p { color: rgb(213,11,220); }

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

background-color css

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

 a { background-color: rgb(213,11,220); }

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

border-color css

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

 span { border-color: rgb(213,11,220); }

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