Html Css Color HEX #D144DB Medium Orchid

📋 copy color: '#D144DB'

red 209 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #D144DB

Tints of Medium Orchid #D144DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.71%

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

R = 42.14%
G = 13.71%
B = 44.15%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D144DB (or 0xD144DB) is known color: Medium Orchid. HEX triplet: D1, 44 and DB. RGB value is (209,68,219). Sum of RGB (Red+Green+Blue) = 209+68+219=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #D144DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144DB is #2EBB24. Grayscale: #7E7E7E. Windows color (decimal): -3062565 or 14370001. OLE color: 14370001.

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

Color convert

RGB 209 68 219 -
CMYK 0.05 0.69 0 0.14
HSL 296.03º 0.68% 0.56% -
HSV(B) 296.03º 0.69% 0.86% -
XYZ 41.15 22.8 69.25 -
YUV 127.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 209 68 219 0.05 0.69 0 0.14 296.03 0.68 0.56
Hex D1 44 DB 5 45 0 E 128 44 38
Octal 321 104 333 5 105 0 16 450 104 70
Binary 11010001 1000100 11011011 101 1000101 0 1110 100101000 1000100 111000

Color Harmonies of #D144DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144DB

Black with #D144DB

Text Example


Text Example

White with #D144DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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