Html Css Color HEX #D50BDB Deep Magenta

📋 copy color: '#D50BDB'

red 213 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #D50BDB

Tints of Deep Magenta #D50BDB

RGB

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

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

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

R = 48.08%
G = 2.48%
B = 49.44%

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

#D50BDB (or 0xD50BDB) is known color: Deep Magenta. HEX triplet: D5, 0B and DB. RGB value is (213,11,219). Sum of RGB (Red+Green+Blue) = 213+11+219=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D50BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BDB is #2AF424. Grayscale: #5E5E5E. Windows color (decimal): -2815013 or 14355413. OLE color: 14355413.

HSL color Cylindrical-coordinate representation of color #D50BDB: hue angle of 298.27º 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 #D50BDB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 11 219 -
CMYK 0.03 0.95 0 0.14
HSL 298.27º 0.9% 0.45% -
HSV(B) 298.27º 0.95% 0.86% -
XYZ 40.35 19.5 68.66 -
YUV 95.11 197.92 212.09 -
System Red Green Blue C M Y K H S L
Decimal 213 11 219 0.03 0.95 0 0.14 298.27 0.9 0.45
Hex D5 B DB 3 5F 0 E 12A 5A 2D
Octal 325 13 333 3 137 0 16 452 132 55
Binary 11010101 1011 11011011 11 1011111 0 1110 100101010 1011010 101101

Color Harmonies of #D50BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BDB

Black with #D50BDB

Text Example


Text Example

White with #D50BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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