Html Css Color HEX #D106DB Deep Magenta

📋 copy color: '#D106DB'

red 209 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #D106DB

Tints of Deep Magenta #D106DB

RGB

 RED value IS 209 (82.03% from 255) = 48.16%

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

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

R = 48.16%
G = 1.38%
B = 50.46%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D106DB (or 0xD106DB) is known color: Deep Magenta. HEX triplet: D1, 06 and DB. RGB value is (209,6,219). Sum of RGB (Red+Green+Blue) = 209+6+219=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #D106DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D106DB is #2EF924. Grayscale: #5A5A5A. Windows color (decimal): -3078437 or 14354129. OLE color: 14354129.

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

Color convert

RGB 209 6 219 -
CMYK 0.05 0.97 0 0.14
HSL 297.18º 0.95% 0.44% -
HSV(B) 297.18º 0.97% 0.86% -
XYZ 39.15 18.8 68.58 -
YUV 90.98 200.25 212.18 -
System Red Green Blue C M Y K H S L
Decimal 209 6 219 0.05 0.97 0 0.14 297.18 0.95 0.44
Hex D1 6 DB 5 61 0 E 129 5F 2C
Octal 321 6 333 5 141 0 16 451 137 54
Binary 11010001 110 11011011 101 1100001 0 1110 100101001 1011111 101100

Color Harmonies of #D106DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D106DB

Black with #D106DB

Text Example


Text Example

White with #D106DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D106DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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