#D044DB

Color #D044DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D044DB

Tints of Medium Orchid #D044DB

Color information

#D044DB (or 0xD044DB) is unknown color: approx Medium Orchid. HEX triplet: D0, 44 and DB. RGB value is (208,68,219). Sum of RGB (Red+Green+Blue) = 208+68+219=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #D044DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044DB is #2FBB24. Grayscale: #7E7E7E. Windows color (decimal): -3128101 or 14370000. OLE color: 14370000.

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

Color convert

RGB20868219-
CMYK0.050.6900.14
HSL295.63º67.71%56.27%-
HSV(B)295.63º68.95%85.88%-
XYZ40.8722.6669.24-
YUV127.07179.88185.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 68 (26.95% from 255) = 13.74%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=42.02%
G=13.74%
B=44.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208682190.050.6900.14295.6367.7156.27
HexD044DB5450E1284438
Octal320104333510501645010470
Binary110100001000100110110111011000101011101001010001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D044DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D044DB; }

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

 H1.HeaderClassName
 {
   color: #D044DB;
 }
 .AnyTagClassName
 {
   color: #D044DB;
 }
</style>
background-color css

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

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

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

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

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

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