Html Css Color HEX #D108DB Deep Magenta

📋 copy color: '#D108DB'

red 209 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #D108DB

Tints of Deep Magenta #D108DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.83%

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

R = 47.94%
G = 1.83%
B = 50.23%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D108DB (or 0xD108DB) is known color: Deep Magenta. HEX triplet: D1, 08 and DB. RGB value is (209,8,219). Sum of RGB (Red+Green+Blue) = 209+8+219=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 8 (3.52% from 255 or 1.83% 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 #D108DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108DB is #2EF724. Grayscale: #5B5B5B. Windows color (decimal): -3077925 or 14354641. OLE color: 14354641.

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

Color convert

RGB 209 8 219 -
CMYK 0.05 0.96 0 0.14
HSL 297.16º 0.93% 0.45% -
HSV(B) 297.16º 0.96% 0.86% -
XYZ 39.17 18.84 68.59 -
YUV 92.15 199.59 211.34 -
System Red Green Blue C M Y K H S L
Decimal 209 8 219 0.05 0.96 0 0.14 297.16 0.93 0.45
Hex D1 8 DB 5 60 0 E 129 5D 2D
Octal 321 10 333 5 140 0 16 451 135 55
Binary 11010001 1000 11011011 101 1100000 0 1110 100101001 1011101 101101

Color Harmonies of #D108DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D108DB

Black with #D108DB

Text Example


Text Example

White with #D108DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D108DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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