Html Css Color HEX #D82BDB Deep Magenta

📋 copy color: '#D82BDB'

red 216 ◦ green 43 ◦ blue 219

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

Shades of Deep Magenta #D82BDB

Tints of Deep Magenta #D82BDB

RGB

 RED value IS 216 (84.77% from 255) = 45.19%

 GREEN value IS 43 (17.19% from 255) = 9%

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

R = 45.19%
G = 9%
B = 45.82%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D82BDB (or 0xD82BDB) is known color: Deep Magenta. HEX triplet: D8, 2B and DB. RGB value is (216,43,219). Sum of RGB (Red+Green+Blue) = 216+43+219=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #D82BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82BDB is #27D424. Grayscale: #727272. Windows color (decimal): -2610213 or 14363608. OLE color: 14363608.

HSL color Cylindrical-coordinate representation of color #D82BDB: hue angle of 298.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82BDB is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 43 219 -
CMYK 0.01 0.80 0 0.14
HSL 298.98º 0.71% 0.51% -
HSV(B) 298.98º 0.8% 0.86% -
XYZ 41.97 21.44 68.94 -
YUV 114.79 186.81 200.19 -
System Red Green Blue C M Y K H S L
Decimal 216 43 219 0.01 0.80 0 0.14 298.98 0.71 0.51
Hex D8 2B DB 1 50 0 E 12B 47 33
Octal 330 53 333 1 120 0 16 453 107 63
Binary 11011000 101011 11011011 1 1010000 0 1110 100101011 1000111 110011

Color Harmonies of #D82BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82BDB

Black with #D82BDB

Text Example


Text Example

White with #D82BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82BDB; }

 p { color: rgb(216,43,219); }

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

background-color css

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

 a { background-color: rgb(216,43,219); }

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

border-color css

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

 span { border-color: rgb(216,43,219); }

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