Html Css Color HEX #D139DB Medium Orchid

📋 copy color: '#D139DB'

red 209 ◦ green 57 ◦ blue 219

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

Shades of Medium Orchid #D139DB

Tints of Medium Orchid #D139DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.75%

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

R = 43.09%
G = 11.75%
B = 45.15%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D139DB (or 0xD139DB) is known color: Medium Orchid. HEX triplet: D1, 39 and DB. RGB value is (209,57,219). Sum of RGB (Red+Green+Blue) = 209+57+219=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #D139DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139DB is #2EC624. Grayscale: #787878. Windows color (decimal): -3065381 or 14367185. OLE color: 14367185.

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

Color convert

RGB 209 57 219 -
CMYK 0.05 0.74 0 0.14
HSL 296.3º 0.69% 0.54% -
HSV(B) 296.3º 0.74% 0.86% -
XYZ 40.54 21.6 69.05 -
YUV 120.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 209 57 219 0.05 0.74 0 0.14 296.3 0.69 0.54
Hex D1 39 DB 5 4A 0 E 128 45 36
Octal 321 71 333 5 112 0 16 450 105 66
Binary 11010001 111001 11011011 101 1001010 0 1110 100101000 1000101 110110

Color Harmonies of #D139DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139DB

Black with #D139DB

Text Example


Text Example

White with #D139DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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