Html Css Color HEX #D306DB Deep Magenta

📋 copy color: '#D306DB'

red 211 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #D306DB

Tints of Deep Magenta #D306DB

RGB

 RED value IS 211 (82.81% from 255) = 48.39%

 GREEN value IS 6 (2.73% from 255) = 1.38%

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

R = 48.39%
G = 1.38%
B = 50.23%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D306DB (or 0xD306DB) is known color: Deep Magenta. HEX triplet: D3, 06 and DB. RGB value is (211,6,219). Sum of RGB (Red+Green+Blue) = 211+6+219=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #D306DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306DB is #2CF924. Grayscale: #5A5A5A. Windows color (decimal): -2947365 or 14354131. OLE color: 14354131.

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

Color convert

RGB 211 6 219 -
CMYK 0.04 0.97 0 0.14
HSL 297.75º 0.95% 0.44% -
HSV(B) 297.75º 0.97% 0.86% -
XYZ 39.72 19.09 68.61 -
YUV 91.58 199.92 213.18 -
System Red Green Blue C M Y K H S L
Decimal 211 6 219 0.04 0.97 0 0.14 297.75 0.95 0.44
Hex D3 6 DB 4 61 0 E 12A 5F 2C
Octal 323 6 333 4 141 0 16 452 137 54
Binary 11010011 110 11011011 100 1100001 0 1110 100101010 1011111 101100

Color Harmonies of #D306DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306DB

Black with #D306DB

Text Example


Text Example

White with #D306DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306DB; }

 p { color: rgb(211,6,219); }

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

background-color css

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

 a { background-color: rgb(211,6,219); }

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

border-color css

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

 span { border-color: rgb(211,6,219); }

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