Html Css Color HEX #D107DB Deep Magenta

📋 copy color: '#D107DB'

red 209 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #D107DB

Tints of Deep Magenta #D107DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

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

R = 48.05%
G = 1.61%
B = 50.34%

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

#D107DB (or 0xD107DB) is known color: Deep Magenta. HEX triplet: D1, 07 and DB. RGB value is (209,7,219). Sum of RGB (Red+Green+Blue) = 209+7+219=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #D107DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D107DB is #2EF824. Grayscale: #5A5A5A. Windows color (decimal): -3078181 or 14354385. OLE color: 14354385.

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

Color convert

RGB 209 7 219 -
CMYK 0.05 0.97 0 0.14
HSL 297.17º 0.94% 0.44% -
HSV(B) 297.17º 0.97% 0.86% -
XYZ 39.16 18.82 68.59 -
YUV 91.57 199.92 211.76 -
System Red Green Blue C M Y K H S L
Decimal 209 7 219 0.05 0.97 0 0.14 297.17 0.94 0.44
Hex D1 7 DB 5 61 0 E 129 5E 2C
Octal 321 7 333 5 141 0 16 451 136 54
Binary 11010001 111 11011011 101 1100001 0 1110 100101001 1011110 101100

Color Harmonies of #D107DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D107DB

Black with #D107DB

Text Example


Text Example

White with #D107DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D107DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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