#D441F9

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

Shades of Medium Orchid #D441F9

Tints of Medium Orchid #D441F9

Color information

#D441F9 (or 0xD441F9) is unknown color: approx Medium Orchid. HEX triplet: D4, 41 and F9. RGB value is (212,65,249). Sum of RGB (Red+Green+Blue) = 212+65+249=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #D441F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441F9 is #2BBE06. Grayscale: #818181. Windows color (decimal): -2866695 or 16335316. OLE color: 16335316.

HSL color Cylindrical-coordinate representation of color #D441F9: hue angle of 287.93º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D441F9 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21265249-
CMYK0.150.7400.02
HSL287.93º93.88%61.57%-
HSV(B)287.93º73.9%97.65%-
XYZ46.1424.6291.94-
YUV129.93195.2186.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 65 (25.78% from 255) = 12.36%
BLUE value IS 249 (97.66% from 255) = 47.34%
R=40.30%
G=12.36%
B=47.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212652490.150.7400.02287.9393.8861.57
HexD441F9F4A021205e3e
Octal324101371171120244013676
Binary11010100100000111111001111110010100101001000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D441F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D441F9; }

 p { color: rgb(212,65,249); }

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

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

 a { background-color: rgb(212,65,249); }

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

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

 span { border-color: rgb(212,65,249); }

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